You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Create a C# function in Azure that responds to HTTP requests
9
+
# Quickstart: Create a function in Azure that responds to HTTP requests
11
10
12
-
In this article, you use command-line tools to create a C# class library-based function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
11
+
::: zone pivot="programming-language-csharp"
12
+
In this article, you use command-line tools to create a C# class library-based function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
13
13
::: zone-end
14
14
::: zone pivot="programming-language-javascript"
15
-
# Quickstart: Create a JavaScript function in Azure that responds to HTTP requests
16
-
17
-
In this article, you use command-line tools to create a JavaScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
15
+
In this article, you use command-line tools to create a JavaScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
18
16
::: zone-end
19
17
::: zone pivot="programming-language-typescript"
20
-
# Quickstart: Create a TypeScript function in Azure that responds to HTTP requests
21
-
22
-
In this article, you use command-line tools to create a TypeScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
18
+
In this article, you use command-line tools to create a TypeScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
23
19
::: zone-end
24
20
::: zone pivot="programming-language-powershell"
25
-
# Quickstart: Create a PowerShell function in Azure that responds to HTTP requests
26
-
27
-
In this article, you use command-line tools to create a PowerShell function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
21
+
In this article, you use command-line tools to create a PowerShell function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
28
22
::: zone-end
29
23
::: zone pivot="programming-language-python"
30
-
# Quickstart: Create a Python function in Azure that responds to HTTP requests
31
-
32
-
In this article, you use command-line tools to create a Python function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
24
+
In this article, you use command-line tools to create a Python function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
33
25
::: zone-end
34
26
::: zone pivot="programming-language-java"
35
-
# Quickstart: Create a Java function in Azure that responds to HTTP requests
36
-
37
-
In this article, you use command-line tools to create a Java function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
27
+
In this article, you use command-line tools to create a Java function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
38
28
::: zone-end
39
29
40
-
In this article, you use command-line tools to create a function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
30
+
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
41
31
42
32
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
43
33
There is also a [Visual Studio Code-based version](functions-create-first-function-vs-code.md) of this article.
44
34
::: zone-end
45
-
46
35
::: zone pivot="programming-language-java"
47
36
> [!NOTE]
48
-
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
37
+
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [Visual Studio Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
# Quickstart: Create a C# function in Azure using Visual Studio Code
10
+
# Quickstart: Create a function in Azure using Visual Studio Code
12
11
13
-
In this article, you use Visual Studio Code to create a C# class library-based function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
12
+
::: zone pivot="programming-language-csharp"
13
+
In this article, you use Visual Studio Code to create a C# class library-based function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
14
14
::: zone-end
15
15
::: zone pivot="programming-language-javascript"
16
-
# Quickstart: Create a JavaScript function in Azure using Visual Studio Code
17
-
18
-
In this article, you use Visual Studio Code to create a JavaScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
16
+
In this article, you use Visual Studio Code to create a JavaScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
19
17
::: zone-end
20
18
::: zone pivot="programming-language-typescript"
21
-
# Quickstart: Create a TypeScript function in Azure using Visual Studio Code
22
-
23
-
In this article, you use Visual Studio Code to create a TypeScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
19
+
In this article, you use Visual Studio Code to create a TypeScript function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
24
20
::: zone-end
25
21
::: zone pivot="programming-language-powershell"
26
-
# Quickstart: Create a PowerShell function in Azure using Visual Studio Code
27
-
28
-
In this article, you use Visual Studio Code to create a PowerShell function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
22
+
In this article, you use Visual Studio Code to create a PowerShell function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
29
23
::: zone-end
30
24
::: zone pivot="programming-language-python"
31
-
# Quickstart: Create a Python function in Azure using Visual Studio Code
32
-
33
-
In this article, you use Visual Studio Code to create a Python function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
25
+
In this article, you use Visual Studio Code to create a Python function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
34
26
::: zone-end
35
27
::: zone pivot="programming-language-java"
36
-
# Quickstart: Create a Java function in Azure using Visual Studio Code
37
-
38
-
In this article, you use Visual Studio Code to create a Java function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
28
+
In this article, you use Visual Studio Code to create a Java function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions.
39
29
::: zone-end
40
30
41
-
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
42
-
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
43
-
::: zone-end
31
+
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
44
32
33
+
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
34
+
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
35
+
::: zone-end
45
36
::: zone pivot="programming-language-java"
46
37
> [!NOTE]
47
-
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
38
+
> If Visual Studio Code isn't your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
0 commit comments