Use Bicep extensions
This article describes how to use Bicep extensions.
Note
The experimental feature extensibility
must be enabled from the Bicep config file to use this feature.
The syntax for importing Bicep extensions is:
extension <extension-name>
The syntax for importing Bicep extensions, which require configuration is:
extension <extension-name> with {
<extension-properties>
}
For examples, see Bicep Kubernetes extension and Microsoft Graph extension.
Related content
- To learn about Bicep data types, see Data types.
- To learn about Bicep functions, see Bicep functions.
- To learn how to use the Bicep Kubernetes extension, see Bicep Kubernetes extension.
- To go through a Kubernetes extension tutorial, see Quickstart: Deploy Azure applications to Azure Kubernetes Services by using the Bicep Kubernetes extension.
- To learn Microsoft Graph extension, see Microsoft Graph extension.