Private Access to Azure Services with Virtual WAN

This document explains how to enable private access to Azure platform services (like Azure Storage, Azure SQL Database, etc.) directly from your Virtual WAN network. This allows you to secure your data and reduce exposure to the public internet.

Note: Private access to Azure services is a key feature for hybrid cloud connectivity, ensuring that traffic between your on-premises networks, Azure VNets, and Azure services stays within the Microsoft network backbone.

Understanding Private Access

Traditionally, accessing Azure services required traversing the public internet. With private access, you can configure your network to route traffic destined for Azure services through Azure's backbone network. This is achieved using features like Private Endpoints and Service Endpoints, integrated with Virtual WAN.

Methods for Private Access

Azure Virtual WAN supports two primary mechanisms for enabling private access to Azure services:

1. Using Private Endpoints

Private Endpoints provide a way to consume Azure PaaS services (like Storage, SQL Database, Key Vault, etc.) over a Private IP address within your virtual network. When used with Virtual WAN, traffic originating from your on-premises networks or other connected VNets can reach these services privately.

2. Using Service Endpoints

Service Endpoints extend the private address space of your virtual network to Azure services. They are a simpler alternative to Private Endpoints for certain services and offer a more direct route over the Azure backbone.

Virtual WAN Hub Integration

The Virtual WAN hub acts as the central transit point for all your network traffic, including traffic destined for Azure services. Whether you use Private Endpoints or Service Endpoints in your connected VNets:

DNS Resolution

Proper DNS resolution is critical for private access. For Private Endpoints, you'll typically use Azure Private DNS Zones to map the service's fully qualified domain name (FQDN) to the Private Endpoint's IP address. For Service Endpoints, standard Azure DNS or your custom DNS solution needs to correctly resolve the service name.

Tip: Leverage Azure Private DNS Zones integrated with your Virtual WAN hub for seamless DNS resolution of Private Endpoints across your connected networks.

Use Cases

Next Steps

To implement private access to Azure services with Virtual WAN, consider the following: