Skip to content

Commit 93d22e4

Browse files
authored
Merge pull request #125187 from richeney/patch-16
Update bicep-extension.md
2 parents 75fb81c + ba449ae commit 93d22e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to use Bicep extensions.
1616
The syntax for importing Bicep extensions is:
1717

1818
```bicep
19-
extionsion <extension-name>
19+
extension <extension-name>
2020
```
2121

2222
The syntax for importing Bicep extensions, which require configuration is:
@@ -35,4 +35,4 @@ For examples, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md)
3535
- To learn about Bicep functions, see [Bicep functions](./bicep-functions.md).
3636
- To learn how to use the Bicep Kubernetes extension, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md).
3737
- To go through a Kubernetes extension tutorial, see [Quickstart: Deploy Azure applications to Azure Kubernetes Services by using the Bicep Kubernetes extension](/azure/aks/learn/quick-kubernetes-deploy-bicep-kubernetes-extension).
38-
- To learn Microsoft Graph extension, see [Microsoft Graph extension](https://aka.ms/graphbicep).
38+
- To learn Microsoft Graph extension, see [Microsoft Graph extension](https://aka.ms/graphbicep).

0 commit comments

Comments
 (0)