Vineesha.C
Vineesha.C

Reputation: 343

Azure resource deletion locks preventing deletion of role assignment on the resource

I have applied deletion lock on my subscription level so that all the resource will get the locks, while revoked the access from virtual machines, azure deletion lock is preventing the IAM role deletion, Is there any way to fix it?

Upvotes: 0

Views: 830

Answers (1)

4c74356b41
4c74356b41

Reputation: 72191

the only way to fix it - remove the lock, delete the assignment, reestablish the lock. Assignment is really just another resource in the ARM model. nothing you can do about it.

Upvotes: 2

Related Questions