Skip to content
/ M306 Public

Bicep Templates used for reconstructing our Azure Infrastructure for the M306

License

Notifications You must be signed in to change notification settings

sartimo/M306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment with az cli

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

Azure In-Deployment

  1. Start Azure Shell in Portal
  2. run this:
git clone https://github.com/0xtimosarkar/M306
cd M306
New-AzResourceGroupDeployment -TemplateFile <file>.bicep -ResourceGroupName <name>

About

Bicep Templates used for reconstructing our Azure Infrastructure for the M306

Resources

License

Stars

Watchers

Forks

Languages