Skip to content

Commit 23828a7

Browse files
authored
H1 pivots in the CLI article too
1 parent 4bfa061 commit 23828a7

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@ ms.topic: quickstart
66
zone_pivot_groups: programming-languages-set-functions
77
---
88

9-
# Quickstart: Create a function in Azure that responds to HTTP requests
9+
::: zone pivot="programming-language-csharp"
10+
# Quickstart: Create a C# function in Azure that responds to HTTP requests
11+
::: zone-end
12+
::: zone pivot="programming-language-javascript"
13+
# Quickstart: Create a JavaScript function in Azure that responds to HTTP requests
14+
::: zone-end
15+
::: zone pivot="programming-language-typescript"
16+
# Quickstart: Create a TypeScript function in Azure that responds to HTTP requests
17+
::: zone-end
18+
::: zone pivot="programming-language-powershell"
19+
# Quickstart: Create a PowerShell function in Azure that responds to HTTP requests
20+
::: zone-end
21+
::: zone pivot="programming-language-python"
22+
# Quickstart: Create a Python function in Azure that responds to HTTP requests
23+
::: zone-end
24+
::: zone pivot="programming-language-java"
25+
# Quickstart: Create a Java function in Azure that responds to HTTP requests
26+
::: zone-end
1027

1128
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.
1229

0 commit comments

Comments
 (0)