Note: pre-existing ressource-groups are required to deploy bicep templates
az login
az deployment group create \
--name ExampleDeployment \
--resource-group ExampleGroup \
--template-file <path-to-bicep> \
--parameters storageAccountType=Standard_GRS
- Start Azure Shell in Portal
- run this:
git clone https://github.com/0xtimosarkar/M306
cd M306
New-AzResourceGroupDeployment -TemplateFile <file>.bicep -ResourceGroupName <name>