az-104 Practice Question 826
Exam: az-104
Domain: Describe Azure architecture and services
Topic: Describe Azure storage services
Difficulty: medium
HOTSPOT -
You have an Azure Storage account named storage1 that uses Azure Blob storage and Azure File storage.
You need to use AzCopy to copy data to the blob storage and file storage in storage1.
Which authentication method should you use for each type of storage? To answer, select the appropriate options in the answer area.
Answer Options
A
Blob storage: Azure Active Directory (Azure AD) and Shared Access Signatures (SAS). File storage: Shared Access Signatures (SAS) only.
Correct Answer
A: Blob storage: Azure Active Directory (Azure AD) and Shared Access Signatures (SAS). File storage: Shared Access Signatures (SAS) only.
Explanation
You can provide authorization credentials by using Azure Active Directory (AD), or by using a Shared Access Signature (SAS) token.
Box 1:
Both Azure Active Directory (AD) and Shared Access Signature (SAS) token are supported for Blob storage.
Box 2:
Only Shared Access Signature (SAS) token is supported for File storage.