An organization's Azure environment is structured with the following resource hierarchy:
- Management Group: `MG-Corporate`
- Subscription: `Sub-Corp-Prod`
- Resource Group: `RG-Analytics`
- Storage Account: `saanalytics`
- Key Vault: `kv-analytics`
A user named `User1` is assigned the Microsoft Entra ID `Global Administrator` role. `User1` is also assigned the following Azure role-based access control (RBAC) roles:
- The `Reader` role at the `MG-Corporate` management group scope.
- The `Storage Blob Data Reader` role at the `RG-Analytics` resource group scope.
`User1` does not elevate access in the Microsoft Entra admin center, and no other changes are made to the directory.
Which two actions can `User1` perform on the resources within the `RG-Analytics` resource group? (Select two.)
- Download files from a blob container inside the storage account `saanalytics`Answer
- View the configuration properties of the Key Vault `kv-analytics` in the Azure portalAnswer
- CAssign the Contributor role to another user for the Key Vault `kv-analytics`
- DRetrieve the secrets stored inside the Key Vault `kv-analytics`