| See below the attached Bicep template (zip file) |
Prerequisites:
- Azure CLI installed.
- Accept "Terms and Conditions" of the CSC Mux model.
CSC Mux 1:
$ az vm image terms accept --publisher maidenhead-bridge --offer zs-csc-mux-1-pricpa --plan zs-csc-mux-1-pricpa-plan-gen2
CSC Mux 2:
$ az vm image terms accept --publisher maidenhead-bridge --offer zs-csc-mux-2-pricpa --plan zs-csc-mux-2-pricpa-plan-gen2
CSC Mux 4:
$ az vm image terms accept --publisher maidenhead-bridge --offer zs-csc-mux-4-pricpa --plan zs-csc-mux-4-pricpa-plan-gen2
CSC Mux 8:
$ az vm image terms accept --publisher maidenhead-bridge --offer zs-csc-mux-8-pricpa --plan zs-csc-mux-8-pricpa-plan-gen2
Deployment Instructions:
- Unzip the ZIP file into a directory.
- Complete the parameters values in "main.bicepparam"
- (optional) Fill in the configUserData.json file for specific CSC settings.
- Open a terminal under the working directory, and run the following command:
$ az deployment group create --resource-group "<VM resource group>" --template-file main.bicep --parameters main.bicepparam