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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,14 @@ title: What is Azure Private Link?
3
3
description: Overview of Azure Private Link features, architecture, and implementation. Learn how Azure Private Endpoints and Azure Private Link service works and how to use them.
4
4
services: private-link
5
5
author: asudbring
6
-
# Customer intent: As someone with a basic network background, but is new to Azure, I want to understand the capabilities of Azure Private Link so that I can securely connect to my Azure PaaS services within the virtual network.
Azure Private Link enables you to access Azure PaaS Services (for example, Azure Storage and SQL Database) and Azure hosted customer-owned/partner services over a [private endpoint](private-endpoint-overview.md) in your virtual network.
16
15
17
16
Traffic between your virtual network and the service travels the Microsoft backbone network. Exposing your service to the public internet is no longer necessary. You can create your own [private link service](private-link-service-overview.md) in your virtual network and deliver it to your customers. Setup and consumption using Azure Private Link is consistent across Azure PaaS, customer-owned, and shared partner services.
@@ -22,7 +21,9 @@ Traffic between your virtual network and the service travels the Microsoft backb
22
21
:::image type="content" source="./media/private-link-overview/private-link-center.png" alt-text="Screenshot of Azure Private Link center in Azure portal." :::
23
22
24
23
## Key benefits
24
+
25
25
Azure Private Link provides the following benefits:
26
+
26
27
-**Privately access services on the Azure platform**: Connect your virtual network using private endpoints to all services that can be used as application components in Azure. Service providers can render their services in their own virtual network and consumers can access those services in their local virtual network. The Private Link platform will handle the connectivity between the consumer and services over the Azure backbone network.
27
28
28
29
-**On-premises and peered networks**: Access services running in Azure from on-premises over ExpressRoute private peering, VPN tunnels, and peered virtual networks using private endpoints. There's no need to configure ExpressRoute Microsoft peering or traverse the internet to reach the service. Private Link provides a secure way to migrate workloads to Azure.
@@ -47,15 +48,21 @@ For the most up-to-date notifications, check the [Azure Private Link updates pag
47
48
Azure Private Link has integration with Azure Monitor. This combination allows:
48
49
49
50
- Archival of logs to a storage account.
50
-
- Streaming of events to your Event Hub.
51
+
52
+
- Streaming of events to your Event Hubs.
53
+
51
54
- Azure Monitor logging.
52
55
53
56
You can access the following information on Azure Monitor:
57
+
54
58
-**Private endpoint**:
59
+
55
60
- Data processed by the Private Endpoint (IN/OUT)
56
61
57
62
-**Private Link service**:
63
+
58
64
- Data processed by the Private Link service (IN/OUT)
65
+
59
66
- NAT port availability
60
67
61
68
## Pricing
@@ -73,5 +80,7 @@ For SLA, see [SLA for Azure Private Link](https://azure.microsoft.com/support/le
73
80
## Next steps
74
81
75
82
-[Quickstart: Create a Private Endpoint using Azure portal](create-private-endpoint-portal.md)
83
+
76
84
-[Quickstart: Create a Private Link service by using the Azure portal](create-private-link-service-portal.md)
85
+
77
86
-[Learn module: Introduction to Azure Private Link](/training/modules/introduction-azure-private-link/)
0 commit comments