AZ-104 · Question #532
AZ-104 Question #532: Real Exam Question with Answer & 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
Question
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 need to identify which authentication method to use when you use AzCopy. What should you identify for each account? To answer, drag the appropriate authentication methods to the correct accounts. Each method may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
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.