az-104 Practice Question 848

Exam: az-104
Domain: Describe Azure architecture and services
Topic: Describe Azure storage services
Difficulty: medium
DRAG DROP - 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.

Answer Options

A
Box 1: A shared access signature (SAS) token. Box 2: A shared access signature (SAS) token.

Correct Answer

A: Box 1: A shared access signature (SAS) token. Box 2: A shared access signature (SAS) token.

Explanation

Box 1: A shared access signature (SAS) token. You can provide authorization credentials by using Azure Active Directory (AD), or by using a Shared Access Signature (SAS) token. For Blob storage you can use Azure AD & SAS. Note: In the current release, if you plan to copy blobs between storage accounts, you'll have to append a SAS token to each source URL. You can omit the SAS token only from the destination URL. Box 2: A shared access signature (SAS) token. For File storage you can only use SAS.