Azure Role Based Access Control (RBAC) | Removing Orphaned Role Assignments
Problem Space Deploying solutions into Azure that rely on Role Based Access often involve us creating IaC automation for the assignment of roles, such as:
A services access to Key Vault A services access to a Key Vault specific secret A services access to a storage account A services access to a Service Bus Queue or Topic In many of these instances we may wish to leverage the source resource identity (System Assigned Managed Identity) for the assigned access.
Posted by Andrew Wilson on Thursday, July 4, 2024