nerdexam
Microsoft

AZ-700 · Question #275

You have an on-premises network named Site1. You have an Azure subscription that contains a virtual network named VNet1 and a storage account named storage1. Site1 and VNet1 are connected by using a S

The correct answer is D. a private endpoint. To enable on-premises servers to securely connect to an Azure storage account over an S2S VPN with minimal administrative effort, a private endpoint should be created in the Azure virtual network.

Submitted by klara.se· Apr 18, 2026

Question

You have an on-premises network named Site1. You have an Azure subscription that contains a virtual network named VNet1 and a storage account named storage1. Site1 and VNet1 are connected by using a Site-to-Site (S2S) VPN. You need to ensure that the servers in Site1 can connect to storage1 by using the S2S VPN. The solution must minimize administrative effort. What should you create on VNet1?

Options

  • Aan Azure application gateway
  • Ban Azure Private Link service
  • Ca service endpoint
  • Da private endpoint

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    17% (4)
  • C
    4% (1)
  • D
    75% (18)

Why each option

To enable on-premises servers to securely connect to an Azure storage account over an S2S VPN with minimal administrative effort, a private endpoint should be created in the Azure virtual network.

Aan Azure application gateway

An Azure Application Gateway is a web traffic load balancer and web application firewall; it is not designed to provide private connectivity from on-premises networks to Azure Storage accounts.

Ban Azure Private Link service

An Azure Private Link service is used to expose your own service in a private VNet to consumers in other VNets or on-premises networks, not for connecting to Microsoft PaaS services.

Ca service endpoint

A service endpoint extends the virtual network private address space to the PaaS service (e.g., Storage), allowing VNet resources to access the service over the Azure backbone, but it doesn't automatically enable direct access from on-premises over an S2S VPN tunnel without additional complex DNS or routing configurations for private resolution.

Da private endpointCorrect

A private endpoint brings Azure services (like Storage Accounts) into your private virtual network, making them accessible via a private IP address within VNet1. This allows on-premises servers, connected via the S2S VPN, to resolve the storage account's private IP and access it securely and privately over the VPN tunnel, minimizing administrative effort by avoiding complex routing or public endpoint exposure.

Concept tested: Private Endpoint for Azure Storage with S2S VPN

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

Community Discussion

No community discussion yet for this question.

Full AZ-700 Practice