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 using Visual Studio Code
12
+
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
14
::: zone-end
13
15
::: zone pivot="programming-language-javascript"
14
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.
15
19
::: zone-end
16
20
::: zone pivot="programming-language-typescript"
17
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.
18
24
::: zone-end
19
25
::: zone pivot="programming-language-powershell"
20
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.
21
29
::: zone-end
22
30
::: zone pivot="programming-language-python"
23
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.
24
34
::: zone-end
25
35
::: zone pivot="programming-language-java"
26
36
# Quickstart: Create a Java function in Azure using Visual Studio Code
27
-
::: zone-end
28
37
29
-
In this article, you use Visual Studio Code 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.
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.
39
+
::: zone-end
30
40
31
41
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
32
42
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
0 commit comments