Ensure there are between 2 and 3 subscription owners designated for each Microsoft Azure account subscription in order to provide administrator access redundancy while limiting the potential for security breaches from a compromised privileged account.
To make a user an owner of an Azure subscription, an existing administrator assigns them the Owner role at the subscription level. The Owner role gives the user full access to all Azure resources available within the subscription, including the right to delegate access to other users. To manage access to your Azure cloud resources, you must have the appropriate administrator role. For access redundancy, a minimum of two owners should be assigned to a Microsoft Azure subscription. To minimize the potential attack surface and the risk of a security breach, a maximum of three owners should be assigned to an Azure subscription, thereby limiting the number of highly privileged accounts with full control over all subscription resources and user access.
Audit
To determine if your Microsoft Azure subscriptions have between 2 and 3 subscription owners assigned, perform the following operations:
Remediation / Resolution
To ensure there are between 2 and 3 subscription owners designated for each Microsoft Azure account subscription, perform the following operations:
References
- Azure Official Documentation
- Azure roles, Microsoft Entra roles, and classic subscription administrator roles
- Assign Azure roles using the Azure portal
- Add or change Azure subscription administrators
- Azure CLI Documentation
- az account list
- az role assignment list
- az role assignment create
- az role assignment delete