title | description | author | ms.topic | ms.date | ms.author | zone_pivot_groups |
---|---|---|---|---|---|---|
Getting started with Azure Functions |
Take the first steps toward working with Azure Functions. |
craigshoemaker |
overview |
11/19/2020 |
cshoe |
programming-languages-set-functions-lang-workers |
Azure Functions allows you to implement your system's logic into readily-available blocks of code. These code blocks are called "functions".
Use the following resources to get started.
::: zone pivot="programming-language-csharp"
Action | Resources |
---|---|
Create your first function | Using one of the following tools: |
See a function running | |
Explore an interactive tutorial | See Microsoft Learn for a full listing of interactive tutorials. |
Review best practices | |
Learn more in-depth |
::: zone-end
::: zone pivot="programming-language-java"
Action | Resources |
---|---|
Create your first function | Using one of the following tools: |
See a function running | |
Explore an interactive tutorial | See Microsoft Learn for a full listing of interactive tutorials. |
Review best practices | |
Learn more in-depth | |
::: zone-end |
::: zone pivot="programming-language-javascript"
Action | Resources |
---|---|
Create your first function | Using one of the following tools: |
See a function running | |
Explore an interactive tutorial | See Microsoft Learn for a full listing of interactive tutorials. |
Review best practices | |
Learn more in-depth | |
::: zone-end |
::: zone pivot="programming-language-powershell"
Action | Resources |
---|---|
Create your first function | |
See a function running | |
Explore an interactive tutorial | See Microsoft Learn for a full listing of interactive tutorials. |
Review best practices | |
Learn more in-depth | |
::: zone-end |
::: zone pivot="programming-language-python"
Action | Resources |
---|---|
Create your first function | Using one of the following tools: |
See a function running | |
Explore an interactive tutorial | See Microsoft Learn for a full listing of interactive tutorials. |
Review best practices | |
Learn more in-depth | |
::: zone-end |
[!div class="nextstepaction"] Learn about the anatomy of an Azure Functions application