This is the companion repo for the webinar "Configure your AKS cluster with confidence" on April 14th, 2021.
You may use the provided example run.sh
bash scripts to deploy the required resources.
cd bicep
bash run.sh
cd terraform
bash run.sh
- Each version of
run.sh
is meant to be an "idiomatic" example of how to provison your environment - Each version contains examples on how to pass in parameters/variables view command line and via a params file
{bicep: paramters.json, terraform: terraform.tfvars}