Your company has an Azure Storage account named `sa-prod-backup` that stores database backups in a blob container named `db-dumps`. To comply with security policies, the storage account has Shared Key authorization disabled (`AllowSharedKeyAccess` set to `false`).
An administrator needs to use AzCopy on a local machine to upload files to the `db-dumps` container. The administrator generates an Account Shared Access Signature (SAS) token using the Azure portal and signs it with the storage account access key. When running the `azcopy copy` command with the generated SAS token, the operation fails with an HTTP 403 (Authentication Failed) error.
You need to resolve the error and ensure that the administrator can successfully upload the files using AzCopy while adhering to the security policy of the storage account.
Which of the following actions should you perform?
- Assign the Storage Blob Data Contributor role to the administrator and have them authenticate using the `azcopy login` command before running the transfer.Cevap
- BAssign the Contributor role to the administrator at the storage account level and have them authenticate using the `azcopy login` command before running the transfer.
- CRegenerate the storage account access keys in the Azure portal and generate a new Account SAS token with a longer expiration window.
- DConfigure the storage account firewall settings to enable the 'Allow trusted Microsoft services to access this storage account' bypass option.