Bicep component and module implementation
A Bicep component and module implementation
This project uses a system of components and modules written in bicep to help organise infrastructure deployments in a tidy fashion.
Build\Infrastructure\<infra project>.bicep
template.bicep
file to create a new infrastructure fileUse the Azure CLI tool to deploy your infrastructure
az deployment sub create --location <your azure location> -f .\Infrastructure\<infra project >.bicep {--parameters .\Infrastructure\params.json}