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
11
+
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
13
::: zone-end
12
14
::: zone pivot="programming-language-javascript"
13
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.
14
18
::: zone-end
15
19
::: zone pivot="programming-language-typescript"
16
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.
17
23
::: zone-end
18
24
::: zone pivot="programming-language-powershell"
19
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.
20
28
::: zone-end
21
29
::: zone pivot="programming-language-python"
22
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.
23
33
::: zone-end
24
34
::: zone pivot="programming-language-java"
25
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.
26
38
::: zone-end
27
39
28
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.
0 commit comments