MSDN Documentation

Your comprehensive resource for Microsoft technologies

Private Link Overview

Microsoft Azure Private Link provides the ultimate networking capability by enabling you to access Azure Platform as a Service (PaaS) and customer-owned/partner services hosted in Azure over a private endpoint from your Azure Virtual Network (VNet).

Traffic between your VNet and the service travels the Microsoft backbone network, eliminating exposure to the public internet. This offers enhanced security, compliance, and a simplified network architecture.

Key Concepts

Benefits of Using Private Link

Important Note: When using Private Link to access Azure services, ensure your DNS resolution is configured correctly to point to the private IP address of the private endpoint.

Use Cases

How it Works

Azure Private Link utilizes private endpoints that are deployed in your VNet. These endpoints get a private IP address from your VNet's address space. When you send traffic to the service, it is routed through this private endpoint to the Microsoft backbone network and then to the target service.

The service provider exposes its endpoint to the Private Link service, allowing it to be discoverable and connectable via private endpoints.

Getting Started

To get started with Azure Private Link:

  1. Navigate to the Azure portal.
  2. Search for "Private Link".
  3. Create a private endpoint and associate it with the desired Azure service.
  4. Configure your application's connection strings or endpoints to use the private IP address assigned to the private endpoint.

For more detailed guidance and configuration steps, please refer to the official Azure Private Link documentation.