Skip to content

Commit 4c14f84

Browse files
authored
Include summary in the pivot
1 parent 064cf21 commit 4c14f84

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,34 @@ zone_pivot_groups: programming-languages-set-functions
99

1010
::: zone pivot="programming-language-csharp"
1111
# 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.
1214
::: zone-end
1315
::: zone pivot="programming-language-javascript"
1416
# 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.
1519
::: zone-end
1620
::: zone pivot="programming-language-typescript"
1721
# 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.
1824
::: zone-end
1925
::: zone pivot="programming-language-powershell"
2026
# 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.
2129
::: zone-end
2230
::: zone pivot="programming-language-python"
2331
# 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.
2434
::: zone-end
2535
::: zone pivot="programming-language-java"
2636
# Quickstart: Create a Java function in Azure using Visual Studio Code
27-
::: zone-end
2837

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
3040

3141
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
3242
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.

0 commit comments

Comments
 (0)