user13696433
user13696433

Reputation: 143

Does deleting an azure blueprint assignment also delete the resources?

I'm not too familiar with azure blueprints but I have a task to update an existing blueprint definition. This involves adding a couple of artifacts and a new resource group. I have a couple of questions about this process:

  1. If the blueprint definition is updated as a result, does it affect the existing blueprint assignments?
  2. The azure documentation strictly talks about blueprints and does not mention the affect on resources as a result of updates, is there a risk in destroying resources as a result of updating a blueprint?

Upvotes: 1

Views: 340

Answers (1)

Jagrati Modi
Jagrati Modi

Reputation: 2088

This documentation provides answers to your questions -

  • If the parameters of the policy assignment are changed, the existing assignment is updated.
  • If the definition of the policy assignment is changed, a new policy assignment is created. Policy assignments previously deployed are left in place.
  • If the policy assignment artifact is removed from the blueprint, deployed policy assignments are left in place.

Upvotes: 0

Related Questions