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
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 [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
0 commit comments