/azure-bicep-demo

Azure Bicep Demos

Primary LanguageBicepMIT LicenseMIT

Azure Bicep Demos

Getting Started

  • Install the Bicep CLI by following the instruction.
  • Build the main.bicep file by running the Bicep CLI command to generate the ARM template:
bicep build ./main.bicep

Validate

az deployment group validate -f main.bicep -g rg-dev-uks-bicep-test --debug

Deploy with Bicep

az deployment group create -f main.bicep -g rg-dev-uks-bicep-test

Deploy with ARM

az deployment group create -f main.json -g rg-dev-uks-bicep-test