An organization has the following Azure resource hierarchy and configuration:
- A management group named MG-Production contains an Azure subscription named Sub-App.
- Sub-App contains a resource group named RG-Data.
- RG-Data contains a storage account named storage1.
- A ReadOnly resource lock is applied directly to the storage1 resource.
The following security principals are configured:
- User1 is a Microsoft Entra ID user with the Global Administrator directory role. The 'Access management for Azure resources' setting is disabled in the directory properties.
- User2 has the Reader role assigned at the MG-Production level and the Storage Blob Data Contributor role assigned at the RG-Data level.
- User3 has the Contributor role assigned at the Sub-App level.
All users attempt to access resources using Microsoft Entra ID authentication. Which of the following describes the effective permissions of the users?
- User1 cannot view the properties of storage1, User2 can upload blobs to storage1, and User3 is blocked from regenerating access keys for storage1.Cevap
- BUser1 can view and manage storage1 due to their Global Administrator role, User2 is blocked from uploading blobs by the ReadOnly lock, and User3 can regenerate access keys because their Contributor role inherits from a higher scope.
- CUser1 cannot view the properties of storage1, User2 can upload blobs to storage1, and User3 can upload blobs to storage1 using Microsoft Entra ID authentication because the Contributor role includes data-plane access.
- DUser1 cannot view the properties of storage1, User2 is blocked from uploading blobs by the ReadOnly lock, and User3 can regenerate access keys because subscription-level permissions override resource-level locks.