nerdexam
Microsoft

AZ-500 · Question #477

Hotspot Question You have an Azure subscription that is linked to an Azure AD tenant and contains the virtual machines shown in the following table. The subnets of the virtual networks have the…

The correct answer is Connections from VM1 to storage1 always use IP address 10.1.1.5. = Yes; Connections from VM2 to Vault1 always use IP address 20.224.219.230. = No; Authentication from VM3 to the tenant uses either IP address 10.11.1.5 or 40.122.155.212. = No. Statement 1 is Yes because VM1 is on a subnet with a Microsoft.Storage service endpoint configured, meaning traffic to storage1 bypasses the public internet and flows through the Azure backbone using the VM's private IP (10.1.1.5) rather than a public IP. Statement 2 is No…

Submitted by marco_it· Mar 6, 2026Configure and manage virtual networking - specifically understanding how VNet Service Endpoints affect traffic routing and IP address usage for Azure PaaS services (AZ-104 / AZ-700 domain: Implement and Manage Virtual Networking)

Question

Hotspot Question You have an Azure subscription that is linked to an Azure AD tenant and contains the virtual machines shown in the following table. The subnets of the virtual networks have the service endpoints shown in the following table. You create the resources shown in the following table. 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 #477 exhibit 1
AZ-500 question #477 exhibit 2
AZ-500 question #477 exhibit 3
AZ-500 question #477 exhibit 4
AZ-500 question #477 exhibit 5
AZ-500 question #477 exhibit 6

Answer Area

  • Connections from VM1 to storage1 always use IP address 10.1.1.5.Yes
  • Connections from VM2 to Vault1 always use IP address 20.224.219.230.No
  • Authentication from VM3 to the tenant uses either IP address 10.11.1.5 or 40.122.155.212.No

Explanation

Statement 1 is Yes because VM1 is on a subnet with a Microsoft.Storage service endpoint configured, meaning traffic to storage1 bypasses the public internet and flows through the Azure backbone using the VM's private IP (10.1.1.5) rather than a public IP. Statement 2 is No because VM2's subnet has a Microsoft.KeyVault service endpoint, so connections to Vault1 would also use the VM's private IP address (e.g., 10.2.x.x), NOT the public IP (20.224.219.230) of the vault. Statement 3 is No because Azure AD authentication traffic does NOT use service endpoints (there is no Microsoft.AzureActiveDirectory service endpoint scenario that forces private IP usage in this context, or the subnet lacks such an endpoint), meaning VM3 would use its public IP or the standard routing path, not consistently one of those two addresses as stated.

Topics

#Azure Service Endpoints#Virtual Network Security#Azure Storage Networking#Azure Key Vault Networking

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice