Delete deployed bicep resources without modifying files #16044
Unanswered
TheOnlyWei
asked this question in
Q&A
Replies: 1 comment
-
Take a look at deployment stacks. If you deploy a template as a stack, you can delete the stack (and all the resources it contains) with a single CLI command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to delete deployed Bicep resources without modifying files the Bicep templates using the
az deployment
command? If not, why is that the case? It is useful to delete resources and re-create them without deleting template code.Beta Was this translation helpful? Give feedback.
All reactions