Skip to content

Commit 064cf21

Browse files
authored
Include summary in pivot
1 parent 23828a7 commit 064cf21

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,33 @@ zone_pivot_groups: programming-languages-set-functions
88

99
::: zone pivot="programming-language-csharp"
1010
# 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.
1113
::: zone-end
1214
::: zone pivot="programming-language-javascript"
1315
# 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.
1418
::: zone-end
1519
::: zone pivot="programming-language-typescript"
1620
# 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.
1723
::: zone-end
1824
::: zone pivot="programming-language-powershell"
1925
# 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.
2028
::: zone-end
2129
::: zone pivot="programming-language-python"
2230
# 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.
2333
::: zone-end
2434
::: zone pivot="programming-language-java"
2535
# 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.
2638
::: zone-end
2739

2840
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

Comments
 (0)