nerdexam
Microsoft

AZ-500 · Question #433

Hotspot Question You have an Azure subscription that contains two users named User1 and User2 and the blob containers shown in the following table. Policy1 is configured as shown in the following…

The correct answer is When using SAS1, User1 can write to container2 on December 5, 2021. = No; When using SAS1, User2 can write to container1 on December 20, 2021. = Yes; When using SAS1, User1 can read from container2 on January 10, 2022. = No. Here's a breakdown of each statement: 1. When using SAS1, User1 can write to container2 on December 5, 2021. => No The Shared Access Signature (SAS) named SAS1 has a start date of December 11, 2021. On December 5, 2021, SAS1 has not yet become active. Therefore, User1 cannot…

Submitted by thandi_sa· Mar 6, 2026Secure identity and access

Question

Hotspot Question You have an Azure subscription that contains two users named User1 and User2 and the blob containers shown in the following table. Policy1 is configured as shown in the following exhibit. You assign the roles for storage1 as shown in the following table. The storage1 account has the following shared access signature (SAS) named SAS1: - Allowed services: Blob - Allowed resource types: Container - Allowed permissions: Read, Write, List, Add, Create - Blob versioning permissions: enables deletion of versions - Allowed blob index permissions: Read/Write - Starr and expiry date/time: - Start: 12/1/2021 - End: 12/31/2021 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-500 question #433 exhibit 1
AZ-500 question #433 exhibit 2

Answer Area

  • When using SAS1, User1 can write to container2 on December 5, 2021.No
  • When using SAS1, User2 can write to container1 on December 20, 2021.Yes
  • When using SAS1, User1 can read from container2 on January 10, 2022.No

Explanation

Here's a breakdown of each statement:

  1. When using SAS1, User1 can write to container2 on December 5, 2021. => No

    • The Shared Access Signature (SAS) named SAS1 has a start date of December 11, 2021. On December 5, 2021, SAS1 has not yet become active. Therefore, User1 cannot use SAS1 to perform any actions, including writing to container2, on this date.
  2. When using SAS1, User2 can write to container1 on December 20, 2021. => Yes

    • SAS1 is valid from December 11, 2021, to January 4, 2022. December 20, 2021, falls within this validity period.
    • SAS1 explicitly lists "Write" as an allowed permission.
    • While container1 is associated with Policy1 (which grants 'Read' permissions and is valid on this date), the question does not state that SAS1 references Policy1. Unless explicitly linked, a SAS uses its own defined permissions and validity period independently of any stored access policies on the container. Therefore, SAS1's 'Write' permission is effective.
    • User2's Azure RBAC role (Contributor) is irrelevant here, as the question specifies "When using SAS1," meaning authorization is determined by the SAS itself.
    • Since SAS1 is valid and grants 'Write' permission, User2 can write to container1 using SAS1.
  3. When using SAS1, User1 can read from container2 on January 10, 2022. => No

    • The Shared Access Signature (SAS) named SAS1 has an expiry date of January 4, 2022. On January 10, 2022, SAS1 has already expired. Therefore, User1 cannot use SAS1 to perform any actions, including reading from container2, on this date.

Topics

#Shared Access Signatures#Role-Based Access Control#Blob Storage access#Time-based authorization

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice