After deploying Blueprint, If I want all newly created resources should be rollback, removed permanently through blue Print, is it possible? if yes, then how? Or do I need to manually go back to the individual resource that was created & removed?

Herminder bedi 1 Reputation point
2021-12-17T16:25:22.36+00:00

After deploying Blueprint, If I want all newly created resources should be rollback, removed permanently through blue Print, is it possible? if yes, then how? Or do I need to manually go back to the individual resource that was created & removed?

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
70 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AnuragSingh-MSFT 20,431 Reputation points
    2021-12-21T08:04:54.497+00:00

    Hi @Herminder bedi

    Welcome to Microsoft Q&A! Thanks for posting the question.

    The best way to achieve removal of resources from the blueprints is to group the artifacts (ARM template which deploys resources, policy and role assignment) under a resource group. In this case, when you would like to remove the deployed artifacts, you would only have to delete the resource group and the contained resources will be removed. You may refer to this link for a quick overview of blueprints and demo.

    edit 01/04/2022:

    The functionality to be able to remove resources will be available through the new Deployment Stacks resource type, which is what Blueprints are eventually going to use under the covers.
    You can get more information about it from this video link.
    The QnA thread here also has some additional information that you may review.

    Please let me know if you have any question.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


  2. Herminder bedi 1 Reputation point
    2022-01-05T10:17:40.777+00:00

    Thanks for the link. May I know if there are additional charges to opt "preview of Deployment Stacks" as additional feature or a additional tool? that can help removal of failed resources via Blue Print?