How to delete a deployment from the deployment history in Azure?

Microsoft Azure

Hi Team,

I have one deployment in Azure. I want to delete the deployment from the deployment history. How can I do that?

1
Answers

Replies

It is not possible to delete a deployment template that is currently running in Azure.You need to know that deleting the template deployment will lead to removing all the operations associated with it. The below command is used to delete the deployment.


$ az group deployment delete --name name --resource-group name

 
 

If you want to unleash your potential in this competitive field, please visit the Microsoft Azure course page for more information, where you can find the Microsoft Azure tutorials and Microsoft Azure frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.