You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/private-link-overview.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ ms.custom: fasttrack-edit
15
15
# What is Azure Private Link?
16
16
Azure Private Link enables you to access Azure PaaS Services (for example, Azure Storage, Azure Cosmos DB, and SQL Database) and Azure hosted customer/partner services over a [Private Endpoint](private-endpoint-overview.md) in your virtual network. Traffic between your virtual network and the service traverses over the Microsoft backbone network, eliminating exposure from the public Internet. You can also create your own [Private Link Service](private-link-service-overview.md) in your virtual network (VNet) and deliver it privately to your customers. The setup and consumption experience using Azure Private Link is consistent across Azure PaaS, customer-owned, and shared partner services.
17
17
18
+
> [!IMPORTANT]
19
+
> Azure Private Link is now generally available capability. Both Private Endpoint and Private Link Service (service behind Standard load balancer) are generally available. Different Azure PaaS will onboard to Azure Private Link at different schedules. Check [Availability](https://docs.microsoft.com/azure/private-link/private-link-overview#availability) section below for accurate status of Azure PaaS on Private Link. For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
|Private Link for customer-owned services|Private Link services behind Standard Load Balancer | All public regions |Preview|
40
+
|Private Link for customer-owned services|Private Link services behind Standard Load Balancer | All public regions |GA|
38
41
|Private Link for Azure PaaS services | Azure Storage | All public regions | Preview <br/> [Learn more](/azure/storage/common/storage-private-endpoints). |
39
42
|| Azure Data Lake Storage Gen2 | All public regions | Preview <br/> [Learn more](/azure/storage/common/storage-private-endpoints). |
40
43
|| Azure SQL Database | All public regions | Preview |
@@ -65,6 +68,9 @@ For FAQs, see [Azure Private Link FAQs](private-link-faq.md).
65
68
## Limits
66
69
For limits, see [Azure Private Link limits](../azure-resource-manager/management/azure-subscription-service-limits.md#private-link-limits).
67
70
71
+
## Service Level Agreement
72
+
For SLA, see [SLA for Azure Private Link](https://azure.microsoft.com/support/legal/sla/private-link/v1_0/).
73
+
68
74
## Next steps
69
75
-[Create a Private Endpoint for SQL Database Server using Portal ](create-private-endpoint-portal.md)
70
76
-[Create a Private Endpoint for SQL Database Server using PowerShell ](create-private-endpoint-powershell.md)
0 commit comments