Skip to content

Commit 25bce86

Browse files
committed
Merge branch 'infra-quickstarts' of https://github.com/ggailey777/azure-docs-pr into infra-quickstarts
2 parents d1242c6 + b61cb3c commit 25bce86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-first-function-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ echo "Press [ENTER] to continue ..." &&
7878
read
7979
```
8080
::: zone-end
81-
::: zone pivot="python"
81+
::: zone pivot="programming-language-python"
8282
```azurecli-interactive
8383
read -p "Enter a supported Azure region: " location &&
8484
resourceGroupName=exampleRG &&
@@ -89,7 +89,7 @@ echo "Press [ENTER] to continue ..." &&
8989
read
9090
```
9191
::: zone-end
92-
::: zone pivot="powershell"
92+
::: zone pivot="programming-language-powershell"
9393
```azurecli-interactive
9494
read -p "Enter a supported Azure region: " location &&
9595
resourceGroupName=exampleRG &&

0 commit comments

Comments
 (0)