Azure Private Link provides the most secure and efficient way to access Azure PaaS services (like Azure Storage and SQL Database) and customer-owned Azure resources. It works by bringing Azure services into your virtual network.
Private Link uses a private endpoint in your virtual network to connect to an Azure service. This creates a direct, private connection from your virtual network to the service, bypassing the public internet entirely. Traffic stays on the Microsoft backbone network.
Learn MorePrivate Link is ideal for a variety of scenarios, including:
A private endpoint is a network interface that uses a private IP address from your virtual network, effectively bringing the Azure service into your network. It's the foundation of Azure Private Link connectivity.
Configure Private EndpointFor customers who own their Azure resources and want to expose them privately to other Azure customers. This allows them to share their services securely via Private Link.
Set Up Private Link ServiceAzure Private Link seamlessly integrates with a growing list of Azure services including Storage, SQL Database, Cosmos DB, Key Vault, and many more. Check the latest list for supported services.
View Supported Services