Skip to content

Commit 4bfa061

Browse files
authored
Add pivots for H1 language-specific headings
------- cc: @ggailey777
1 parent 135ceed commit 4bfa061

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,28 @@ title: Create your first function in Azure using Visual Studio Code
33
description: Create and publish to Azure a simple HTTP triggered function by using Azure Functions extension in Visual Studio Code.
44
ms.topic: quickstart
55
ms.date: 01/10/2020
6-
ms.custom: mvc, devcenter
6+
ms.custom: mvc, devcenter, seo
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

10-
# Quickstart: Create an Azure Functions project using Visual Studio Code
10+
::: zone pivot="programming-language-csharp"
11+
# Quickstart: Create a C# function in Azure using Visual Studio Code
12+
::: zone-end
13+
::: zone pivot="programming-language-javascript"
14+
# Quickstart: Create a JavaScript function in Azure using Visual Studio Code
15+
::: zone-end
16+
::: zone pivot="programming-language-typescript"
17+
# Quickstart: Create a TypeScript function in Azure using Visual Studio Code
18+
::: zone-end
19+
::: zone pivot="programming-language-powershell"
20+
# Quickstart: Create a PowerShell function in Azure using Visual Studio Code
21+
::: zone-end
22+
::: zone pivot="programming-language-python"
23+
# Quickstart: Create a Python function in Azure using Visual Studio Code
24+
::: zone-end
25+
::: zone pivot="programming-language-java"
26+
# Quickstart: Create a Java function in Azure using Visual Studio Code
27+
::: zone-end
1128

1229
In this article, you use Visual Studio Code 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.
1330

0 commit comments

Comments
 (0)