Skip to content

Commit 0d011c9

Browse files
committed
adding pivot group
1 parent 2151d81 commit 0d011c9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

articles/app-service/provision-resource-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msangapu
66
ms.topic: article
77
ms.custom: devx-track-bicep
88
ms.date: 11/18/2022
9-
zone_pivot_groups: app-service-bicep
9+
zone_pivot_groups: app-service-bicep
1010
---
1111

1212
# Create App Service app using Bicep
@@ -91,7 +91,7 @@ This template contains several parameters that are predefined for your convenien
9191

9292
::: zone-end
9393

94-
::: zone pivot="app-service-bicep-windows-containers"
94+
::: zone pivot="app-service-bicep-windows-container"
9595

9696
The template used in this quickstart is shown below. It deploys an App Service plan and an App Service app on Windows and a sample .NET "Hello World" app from the [Azure Samples](https://github.com/Azure-Samples) repo.
9797

articles/zone-pivot-groups.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,15 @@ groups:
792792
title: Linux
793793
- id: github-actions-containers-windows
794794
title: Windows
795+
# Owner: jefmarti
796+
- id: app-service-bicep
797+
title: App Service Bicep
798+
prompt: Choose a platform
799+
pivots:
800+
- id: app-service-bicep-linux
801+
title: Linux
802+
- id: app-service-bicep-windows-container
803+
title: Windows container
795804
# Owner: msangapu
796805
- id: app-spaces-component-types
797806
title: App Spaces components

0 commit comments

Comments
 (0)