Skip to content

Commit b017d84

Browse files
authored
Remove more H1 pivots
1 parent 2bfdfc7 commit b017d84

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

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

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,32 @@ ms.topic: quickstart
66
zone_pivot_groups: programming-languages-set-functions
77
---
88

9-
::: zone pivot="programming-language-csharp"
10-
# Quickstart: Create a C# function in Azure that responds to HTTP requests
9+
# Quickstart: Create a function in Azure that responds to HTTP requests
1110

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+
::: zone pivot="programming-language-csharp"
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.
1313
::: zone-end
1414
::: zone pivot="programming-language-javascript"
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.
15+
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.
1816
::: zone-end
1917
::: zone pivot="programming-language-typescript"
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.
18+
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.
2319
::: zone-end
2420
::: zone pivot="programming-language-powershell"
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.
21+
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.
2822
::: zone-end
2923
::: zone pivot="programming-language-python"
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.
24+
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.
3325
::: zone-end
3426
::: zone pivot="programming-language-java"
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.
27+
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.
3828
::: zone-end
3929

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.
30+
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
4131

4232
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
4333
There is also a [Visual Studio Code-based version](functions-create-first-function-vs-code.md) of this article.
4434
::: zone-end
45-
4635
::: zone pivot="programming-language-java"
4736
> [!NOTE]
4837
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).

0 commit comments

Comments
 (0)