AZ-104 · Question #532
Drag and Drop Question You have an Azure subscription that contains the storage accounts shown in the following table. You plan to use AzCopy to copy a blob from container1 directly to share1. You nee
The correct answer is A shared access signature (SAS) token; A shared access signature (SAS) token. When copying blobs directly to Azure File shares using AzCopy, OAuth authentication is not supported for Azure Files, and AzCopy requires a SAS token for both the source (blob storage) and the destination (file share) when performing this type of cross-service copy operation. The
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- A shared access signature (SAS) token
- A shared access signature (SAS) token
Explanation
When copying blobs directly to Azure File shares using AzCopy, OAuth authentication is not supported for Azure Files, and AzCopy requires a SAS token for both the source (blob storage) and the destination (file share) when performing this type of cross-service copy operation. The SAS token must be used for the source storage account (containing container1) because OAuth cannot be used when the destination is a file share, and a SAS token is required for the destination file share (share1) because Azure Files does not support OAuth authentication with AzCopy at all - only SAS tokens are supported for Azure Files.
Topics
Community Discussion
No community discussion yet for this question.

