Skip to content

Commit 5b88901

Browse files
committed
update toc
1 parent bbcb17a commit 5b88901

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

articles/azure-resource-manager/bicep/bicep-import.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ For an example, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md
116116
- To learn about the Bicep functions, see [Bicep functions](./bicep-functions.md).
117117
- To learn about how to use the Kubernetes extension, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md).
118118
- To go through a Kubernetes extension tutorial, see [Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep Kubernetes extension.](../../aks/learn/quick-kubernetes-deploy-bicep-kubernetes-extension.md).
119+
- To learn about how to use the Microsoft Graph extension, see [Bicep templates for Microsoft Graph](https://aka.ms/graphbicep).

articles/azure-resource-manager/bicep/bicep-kubernetes-extension.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ From Visual Studio Code, you can import Kubernetes manifest files to create Bice
8080

8181
## Next steps
8282

83-
- [Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep Kubernetes extension](../../aks/learn/quick-kubernetes-deploy-bicep-kubernetes-extension.md)
83+
- To walk through a quickstart, see [Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep Kubernetes extension](../../aks/learn/quick-kubernetes-deploy-bicep-kubernetes-extension.md).
84+
- To learn about how to use the Microsoft Graph extension, see [Bicep templates for Microsoft Graph](https://aka.ms/graphbicep).

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,13 @@
410410
href: template-specs.md
411411
- name: Deployment stacks
412412
href: deployment-stacks.md
413-
- name: Bicep extensibility
413+
- name: Bicep extensions
414414
items:
415-
- name: Kubernetes provider
416-
href: ./bicep-extensibility-kubernetes-provider.md
417-
- name: Microsoft Graph provider
415+
- name: Kubernetes extension
416+
displayName: provider
417+
href: ./bicep-kubernetes-extension.md
418+
- name: Microsoft Graph extension
419+
displayName: provider
418420
href: https://aka.ms/graphbicep
419421
- name: Patterns
420422
items:

0 commit comments

Comments
 (0)