2021年4月11日星期日

Remove-AzDeployment does not remove the resources created

I am creating a StorageAccount & Containers using ARM script

I use New-AzDeployment to create the resources. The resources are created properly. I want to remove the deployment

When I run Remove-AzDeployment -Name ; the deployment is removed, however the resources are not deleted.

How do I ensure that the resources are also deleted. I am using the new Az Module in powershell instead of the old Azure Module

https://stackoverflow.com/questions/67046693/remove-azdeployment-does-not-remove-the-resources-created April 11, 2021 at 11:17PM

没有评论:

发表评论