nerdexam
Microsoft

AZ-500 · Question #303

Hotspot Question You have an Azure subscription that contains a user named User1 and a storage account named storage1. The storage1 account contains the resources shown in the following table. User1…

The correct answer is On October 1, 2022, if User1 accesses folder1 by using SAS1, he can delete the files in folder1. = Yes; On October 1, 2022, if User1 maps folder1 as a network drive by using his Azure AD credentials, he can delete the files in folder1. = No; On October 1, 2022, User1 can delete the rows in table1 by using SAS1. = No. Here's the breakdown: 1. On October 1, 2022, if User1 accesses folder1 by using SAS1, he can delete the files in folder1. => Yes The Shared Access Signature (SAS1) is valid from January 1, 2022, to January 1, 2023, so October 1, 2022, is within its validity period. The SAS1…

Submitted by mateo_ar· Mar 6, 2026Secure compute, storage, and databases

Question

Hotspot Question You have an Azure subscription that contains a user named User1 and a storage account named storage1. The storage1 account contains the resources shown in the following table. User1 is assigned the following roles for storage1: - Storage Blob Data Reader - Storage Table Data Contributor - Storage File Data SMB Share Reader In storage1, you create a shared access signature (SAS) named SAS1 as shown in the following exhibit. For each of the following statements, select Yes if the statement is true. Otherwise, select No. Answer:

Exhibits

AZ-500 question #303 exhibit 1
AZ-500 question #303 exhibit 2
AZ-500 question #303 exhibit 3
AZ-500 question #303 exhibit 4

Answer Area

  • On October 1, 2022, if User1 accesses folder1 by using SAS1, he can delete the files in folder1.Yes
  • On October 1, 2022, if User1 maps folder1 as a network drive by using his Azure AD credentials, he can delete the files in folder1.No
  • On October 1, 2022, User1 can delete the rows in table1 by using SAS1.No

Explanation

Here's the breakdown:

  1. On October 1, 2022, if User1 accesses folder1 by using SAS1, he can delete the files in folder1. => Yes

    • The Shared Access Signature (SAS1) is valid from January 1, 2022, to January 1, 2023, so October 1, 2022, is within its validity period.
    • The SAS1 configuration (as shown in the exhibit) explicitly allows the "File" service and has the "Delete" permission checked. When accessing via SAS, the SAS permissions override User1's RBAC roles. Therefore, User1 can delete files in folder1.
  2. On October 1, 2022, if User1 maps folder1 as a network drive by using his Azure AD credentials, he can delete the files in folder1. => No

    • When User1 accesses folder1 using Azure AD credentials, their Azure RBAC roles apply. User1 is assigned the Storage File Data SMB Share Reader role for storage1.
    • This role only grants read access to file shares, not delete permissions. To delete files, a role like Storage File Data SMB Share Contributor would be required. Therefore, User1 cannot delete files.
  3. On October 1, 2022, User1 can delete the rows in table1 by using SAS1. => No

    • The official explanation states that "SAS only gives File permission, not Table." Although the SAS exhibit shows both "Table" service and "Delete" permission generally checked, this specific SAS (SAS1) is interpreted as not granting delete permissions for tables. Therefore, User1 cannot delete rows in table1 using SAS1.

Topics

#Azure Storage#Shared Access Signature#storage roles#least privilege

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice