nerdexam
Microsoft

AZ-500 · Question #475

You have an Azure subscription that contains a storage account named storage1 and a virtual machine named VM1. VM1 is connected to a virtual network named VNet1 that contains one subnet and uses…

The correct answer is C. For storage1, create a new private endpoint. To ensure a virtual machine connects to an Azure Storage account using a private IP address with minimal administrative effort, you should create a private endpoint for the storage account.

Submitted by alyssa_d· Mar 6, 2026Secure networking

Question

You have an Azure subscription that contains a storage account named storage1 and a virtual machine named VM1. VM1 is connected to a virtual network named VNet1 that contains one subnet and uses Azure DNS. You need to ensure that VM1 connects to storage1 by using a private IP address. The solution must minimize administrative effort. What should you do?

Options

  • AFor storage1, disable public network access.
  • BOn VNet1, create a new subnet.
  • CFor storage1, create a new private endpoint.
  • DCreate an Azure Private DNS zone.

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    8% (3)
  • C
    73% (29)
  • D
    15% (6)

Why each option

To ensure a virtual machine connects to an Azure Storage account using a private IP address with minimal administrative effort, you should create a private endpoint for the storage account.

AFor storage1, disable public network access.

Disabling public network access for storage1 would prevent public access but does not establish a private connection; a private endpoint is still required for private IP access.

BOn VNet1, create a new subnet.

Creating a new subnet on VNet1 does not inherently provide private IP connectivity to an Azure Storage account; a private endpoint is specifically designed to establish this private link.

CFor storage1, create a new private endpoint.Correct

Creating a new private endpoint for storage1 establishes a private link to the storage account within VNet1, allowing VM1 to connect directly using a private IP address, and automatically integrates with Azure DNS for resolution, minimizing administrative effort.

DCreate an Azure Private DNS zone.

While an Azure Private DNS zone is often used for custom DNS resolution with private endpoints, the fundamental action to enable private IP connectivity to the storage account is creating the private endpoint itself, which handles the necessary DNS integration by default with Azure DNS.

Concept tested: Azure Private Endpoint for Storage accounts

Source: https://learn.microsoft.com/azure/private-link/private-endpoint-overview

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice