Skip to content

Latest commit

 

History

History

infrastructure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Get-ChildItem -Filter "*.bicep" -Recurse:$true | % { az bicep format --file $_.FullName }
$subscriptionName = "[PROVIDE-SUBSCRIPTION-NAME]"
az account set --subscription $subscriptionName
az deployment sub create --location westeurope --template-file main.bicep --parameters main.bicepparam