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/key-vault/private-link-service.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ For more information, see [What is Azure Private Link (Preview)?](../private-lin
21
21
22
22
To integrate a key vault with Azure Private Link (Preview), you will need the following:
23
23
24
-
1. A key vault.
25
-
1. An Azure virtual network.
26
-
1. A subnet in the virtual network.
27
-
1. Owner or contributor permissions for both the key vault and the virtual network.
24
+
- A key vault.
25
+
- An Azure virtual network.
26
+
- A subnet in the virtual network.
27
+
- Owner or contributor permissions for both the key vault and the virtual network.
28
28
29
29
Your private endpoint and virtual network must be in the same region. When you select a region for the private endpoint using the portal, it will automatically filter only virtual networks that are in that region. Your key vault can be in a different region.
30
30
@@ -77,13 +77,13 @@ You can choose to create a private endpoint for any Azure resource in using this
77
77

78
78

79
79
80
-
## Manage Private Link Connection
80
+
## Manage private link connection
81
81
82
82
When you create a private endpoint, the connection must be approved. If the resource for which you are creating a private endpoint is in your directory, you will be able to approve the connection request provided you have sufficient permissions; if you are connecting to an Azure resource in another directory, you must wait for the owner of that resource to approve your connection request.
83
83
84
84
There are four provisioning states:
85
85
86
-
| Service Provide Action| Service Consumer Private Endpoint State| Description |
86
+
| Service provide action| Service consumer private endpoint state| Description |
87
87
|--|--|--|
88
88
| None | Pending | Connection is created manually and is pending approval from the Private Link resource owner. |
89
89
| Approve | Approved | Connection was automatically or manually approved and is ready to be used. |
@@ -103,7 +103,7 @@ There are four provisioning states:
103
103
104
104

105
105
106
-
## Validate that the private link connection works
106
+
## Validate that the private link connection works
107
107
108
108
You should validate that the resources within the same subnet of the private endpoint resource are connecting to your key vault over a private IP address, and that they have the correct private DNS zone integration.
0 commit comments