Problem
I can construct just fine stuff using az deployment group create —template-file vm.bicep -g “Something” and az deployment group create —template-file vm.bicep -g “Something” and az deployment group create —template-file vm.bicep -g “Something” and az deployment group create —template-file (or ARM template vm.json for that matter).
But how do I get rid of EXACTLY the resources that were created by using a template file to run create? The —template-file argument is not supported by az deployment group deletion.
Edit: Clarification: I simply want to get rid of the template-generated content. In a Resource Group, not everything is true.
Asked by Alexander Skwar
Post is based on https://stackoverflow.com/questions/68018117/delete-resources-created-from-template-file-by-azure-az-cli