Skip to content

Commit 6e60951

Browse files
Update private-endpoint-overview.md
Fixed typo and added escape character for `<`.
1 parent 89f4038 commit 6e60951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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,7 +62,7 @@ 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

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

0 commit comments

Comments
 (0)