An administrator needs to configure temporary access for an external application to upload and read blobs in a container named incoming in an Azure Storage account named corpstore2026. The configuration must meet the following security and access requirements:
- The external application must only be allowed to read and write blobs in the incoming container.
- The external application's access must be restricted to the IP range .
- The access token must remain valid for a maximum of hours.
- Access must not be interrupted when the storage account access keys ( and ) are rotated.
- The administrator must adhere to the principle of least privilege for their own administrative account when generating the SAS.
Which two actions should the administrator perform? (Select two.)
- Assign the Storage Blob Data Delegator role to the administrator's Microsoft Entra ID account.Answer
- Generate a User Delegation SAS scoped to the container level.Answer
- CAssign the Storage Account Contributor role to the administrator's Microsoft Entra ID account.
- DGenerate an Account SAS signed with the storage account access keys.
- EGenerate a Service SAS and set the validity duration of the token to days.