Your organization has an Azure active directory tenant integrated with an Azure resource hierarchy structured as follows:
- Production-MG (Management Group)
- Subscription-A (Subscription)
- RG-Secure (Resource Group)
- sa-audit (Storage Account)
- RG-Compute (Resource Group)
You must configure access for a security group named Audit-Admins to meet the following requirements:
1. Members must be able to assign Azure RBAC roles to other users only within the scope of RG-Secure.
2. Members must be able to view and download audit logs stored in the blob service of sa-audit. They must not be able to modify firewall settings, delete the storage account, or view access keys.
3. Members must be able to add and remove members from Microsoft Entra ID security groups used for auditing.
You must follow the principle of least privilege and minimize administrative overhead.
Which combination of role assignments should you configure?
- AIn Azure RBAC: Assign the User Access Administrator and Storage Account Contributor roles to Audit-Admins at the RG-Secure scope. In Microsoft Entra ID: Assign the Groups Administrator role to Audit-Admins.
- In Azure RBAC: Assign the User Access Administrator role to Audit-Admins at the RG-Secure scope, and assign the Storage Blob Data Reader role to Audit-Admins at the sa-audit scope. In Microsoft Entra ID: Assign the Groups Administrator role to Audit-Admins.Answer
- CIn Azure RBAC: Assign the Groups Administrator role to Audit-Admins at the RG-Secure scope, and assign the Storage Blob Data Reader role to Audit-Admins at the sa-audit scope. In Microsoft Entra ID: Assign the User Access Administrator role to Audit-Admins.
- DIn Azure RBAC: Assign the User Access Administrator and Storage Blob Data Reader roles to Audit-Admins at the Subscription-A scope, and configure a Deny assignment for Audit-Admins on the RG-Compute scope. In Microsoft Entra ID: Assign the Groups Administrator role to Audit-Admins.