Bicep

Page to hold general notes and snippets about bicep lang

bicep build
bicep --version

Deployment Stacks

Deploy a stack

az stack group create --name Stackname --template-file .\main.bicep  -g Groupname --deny-settings-mode none 

Delete a stack

az stack group delete --name Stackname  -g Groupname

add --yes switch to auto confirm