Skip to content

Commit 5e4be84

Browse files
authored
Merge pull request #113477 from ggailey777/patch-8
Remove H1 pivots
2 parents 5150fba + 2f05809 commit 5e4be84

File tree

2 files changed

+23
-43
lines changed

2 files changed

+23
-43
lines changed

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

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,35 @@ 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]
48-
> 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).
37+
> 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 [Visual Studio Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
4938
::: zone-end
5039

5140
[!INCLUDE [functions-requirements-cli](../../includes/functions-requirements-cli.md)]

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 Visual Studio 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)