Skip to content

Commit 3f9a262

Browse files
Merge pull request #88619 from KumudD/release-preview-privatelink
Release preview privatelink - updated workflow images
2 parents deed1c0 + 6e60951 commit 3f9a262

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed
47.1 KB
Loading
50.3 KB
Loading

articles/private-link/private-endpoint-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Private Endpoint is a network interface that connects you privately and se
3131
Here are some key details about private endpoints:
3232
- Private endpoint enables connectivity between the consumers from the same VNet, regionally peered VNets, globally peered VNets and on premises using [VPN](https://azure.microsoft.com/services/vpn-gateway/) or [Express Route](https://azure.microsoft.com/services/expressroute/) and services powered by Private Link.
3333

34-
- When creating a private endpoint, a network interface is also created for the lifecycle of the resource. The interafce is assigned a private IP address from the subnet that maps to the Private Link Service.
34+
- When creating a private endpoint, a network interface is also created for the lifecycle of the resource. The interface is assigned a private IP address from the subnet that maps to the Private Link Service.
3535

3636
- The private endpoint must be deployed in the same region as the virtual network.
3737

@@ -62,10 +62,10 @@ You can completely lock down your workloads from accessing public endpoints to c
6262

6363
## Access to a private link resource using approval workflow
6464
You can connect to a private link resource using the following connection approval methods:
65-
- **Automatically** approved when you own or have permission on the specific private link resource. The permission required is based on the private link resource type in the following format: Microsoft.<Provider>/<resource_type>/privateEndpointConnectionApproval/action
65+
- **Automatically** approved when you own or have permission on the specific private link resource. The permission required is based on the private link resource type in the following format: Microsoft.\<Provider>/<resource_type>/privateEndpointConnectionApproval/action
6666
- **Manual** request when you don't have the permission required and would like to request access. An approval workflow will be initiated. The private endpoint and subsequent private endpoint connection will be created in a "Pending" state. The private link resource owner is responsible to approve the connection. After it's approved, the private endpoint is enabled to send traffic normally, as shown in the following approval workflow diagram.
6767

68-
![workflow approval](media/private-endpoint-overview/workflow-private-endpoint.png)
68+
![workflow approval](media/private-endpoint-overview/private-link-paas-workflow.png)
6969

7070
The private link resource owner can perform the following actions over a private endpoint connection:
7171
- Review all private endpoint connections details.

articles/private-link/private-link-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ author: KumudD
77

88
ms.service: virtual-network
99
ms.topic: overview
10-
ms.date: 09/17/2019
10+
ms.date: 09/16/2019
1111
ms.author: kumud
1212

1313
---
1414
# What is Azure Private Link? (Preview)
1515
Azure Private Link enables you to access Azure PaaS Services (for example, Azure Storage 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.
1616

1717
> [!IMPORTANT]
18-
> This public preview is provided without a service level agreement and should not be used for production workloads. Certain features may not be supported, may have constrained capabilities, or may not be available in all Azure locations. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details.
18+
> This public preview is provided without a service level agreement and should not be used for production workloads. Certain features may not be supported, may have constrained capabilities, or may not be available in all Azure locations. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details. For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
1919
20-
> For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
21-
>
2220

2321
![Private endpoint overview](media/private-link-overview/private-endpoint.png)
2422

articles/private-link/private-link-service-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Private Link service is the reference to your own service that is powered
1515

1616
## Workflow
1717

18-
![Private Link service workflow](media/private-link-service-overview/workflow-private-link-service.png)
18+
![Private Link service workflow](media/private-link-service-overview/private-link-service-workflow.png)
1919

2020
### Create your Private Link Service
2121

0 commit comments

Comments
 (0)