Skip to content

Commit 2bfdfc7

Browse files
authored
Remove H1 pivots
cc: @ggailey777
1 parent c7cfe61 commit 2bfdfc7

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed

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

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,35 @@ ms.custom: mvc, devcenter, seo
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

10-
::: zone pivot="programming-language-csharp"
11-
# Quickstart: Create a C# function in Azure using Visual Studio Code
10+
# Quickstart: Create a function in Azure using Visual Studio Code
1211

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+
::: zone pivot="programming-language-csharp"
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.
1414
::: zone-end
1515
::: zone pivot="programming-language-javascript"
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.
16+
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.
1917
::: zone-end
2018
::: zone pivot="programming-language-typescript"
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.
19+
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.
2420
::: zone-end
2521
::: zone pivot="programming-language-powershell"
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.
22+
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.
2923
::: zone-end
3024
::: zone pivot="programming-language-python"
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.
25+
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.
3426
::: zone-end
3527
::: zone pivot="programming-language-java"
36-
# Quickstart: Create a Java function in Azure using Visual Studio Code
37-
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.
28+
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.
3929
::: zone-end
4030

41-
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
42-
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
43-
::: zone-end
31+
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
4432

33+
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
34+
There's also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
35+
::: zone-end
4536
::: zone pivot="programming-language-java"
4637
> [!NOTE]
47-
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
38+
> If VS Code isn't your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
4839
::: zone-end
4940

5041
## Configure your environment

0 commit comments

Comments
 (0)