nerdexam
Microsoft

AZ-104 · Question #669

You have an Azure subscription that contains a storage account named storage1. The storage1 account contains a container named container1. You need to configure access to container1. The solution…

The correct answer is B. a shared access signature (SAS). To configure read access to container1 in your Azure Storage account while allowing both HTTP and HTTPS protocols and applying access permissions to all content in the container, you should use a Shared Access Signature (SAS) token with the appropriate settings.

Submitted by tarun92· Mar 4, 2026Implement and manage storage

Question

You have an Azure subscription that contains a storage account named storage1. The storage1 account contains a container named container1. You need to configure access to container1. The solution must meet the following requirements: - Only allow read access. - Allow both HTTP and HTTPS protocols. - Apply access permissions to all the content in the container. What should you use?

Options

  • Aan access policy
  • Ba shared access signature (SAS)
  • CAzure Content Delivery Network (CDN)
  • Daccess keys

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    77% (23)
  • C
    7% (2)
  • D
    3% (1)

Explanation

To configure read access to container1 in your Azure Storage account while allowing both HTTP and HTTPS protocols and applying access permissions to all content in the container, you should use a Shared Access Signature (SAS) token with the appropriate settings.

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice