Answers for "how to delete bicep resources"

0

how to delete bicep resources

# Make an empty bicep with no resources in it and then apply that file configuration, it will delete all resources in that resource group.
az deployment group create -f ./main.bicep -g my-rg --mode Complete
Posted by: Guest on September-20-2021

Code answers related to "how to delete bicep resources"

Browse Popular Code Answers by Language