nerdexam
Microsoft

AZ-500 · Question #186

Hotspot Question You have an Azure subscription that contains the virtual machines shown in the following table. Subnet1 and Subnet2 have a Microsoft.Storage service endpoint configured. You have an…

The correct answer is From VM1, you can upload a blob to storageacc1. = Yes; From VM2, you can upload a blob to storageacc1. = No; From VM3, you can upload a blob to storageacc1. = No. The storage account (storageacc1) is configured with a firewall that restricts access to specific virtual networks - Subnet1 with the Microsoft.Storage service endpoint. VM1 resides in Subnet1, which is explicitly allowed, so it can upload blobs. VM2 is in Subnet2, which has…

Submitted by parkjh· Mar 6, 2026Implement and manage virtual networking - specifically configuring network access to Azure Storage accounts using service endpoints and firewall rules (AZ-104 / AZ-700 domain: Configure secure access to storage)

Question

Hotspot Question You have an Azure subscription that contains the virtual machines shown in the following table. Subnet1 and Subnet2 have a Microsoft.Storage service endpoint configured. You have an Azure Storage account named storageacc1 that is configured 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 #186 exhibit 1
AZ-500 question #186 exhibit 2
AZ-500 question #186 exhibit 3
AZ-500 question #186 exhibit 4

Answer Area

  • From VM1, you can upload a blob to storageacc1.Yes
  • From VM2, you can upload a blob to storageacc1.No
  • From VM3, you can upload a blob to storageacc1.No

Explanation

The storage account (storageacc1) is configured with a firewall that restricts access to specific virtual networks - Subnet1 with the Microsoft.Storage service endpoint. VM1 resides in Subnet1, which is explicitly allowed, so it can upload blobs. VM2 is in Subnet2, which has the service endpoint configured but is NOT listed as an allowed network in the storage account firewall, so access is denied. VM3 is in a subnet with no service endpoint configured at all, and since the storage account denies access from all networks except the explicitly allowed ones, VM3 is also blocked.

Topics

#Azure Storage Firewall#Service Endpoints#Network Access Control#Virtual Network Integration

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice