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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Integrate with Azure Private Link Service
3
-
description: Learn how to integrate Azure Key Vaulk with Azure Private Link Service
3
+
description: Learn how to integrate Azure Key Vault with Azure Private Link Service
4
4
author: msmbaldwin
5
5
ms.author: mbaldwin
6
6
ms.date: 01/28/2020
@@ -56,23 +56,23 @@ After configuring the key vault basics, select the Networking tab and follow the
56
56

57
57
58
58
You will now be able to see the configured private endpoint. You now have the option to delete and edit this private endpoint.
59
-
Select the "Review + Create" button and create the key vault. It will take approximately 5-10 minutes for the deployment to complete.
59
+
Select the "Review + Create" button and create the key vault. It will take 5-10 minutes for the deployment to complete.
60
60
61
61
### Establish a private link connection to an existing key vault
62
62
63
63
If you already have a key vault, you can create a private link connection by following these steps:
64
64
65
65
1. Sign in to the Azure portal.
66
66
1. In the search bar, type in "key vaults"
67
-
1. Select the key vault which you want to add a private endpoint to from the list.
67
+
1. Select the key vault from the list to which you want to add a private endpoint.
68
68
1. Select the "Networking" tab under Settings
69
69
1. Select the Private endpoint connections (preview) tab at the top of the page
70
70
1. Select the "+ Private Endpoint" button at the top of the page.
71
71
72
72

73
73

74
74
75
-
Please note, you can choose to create a private endpoint for any Azure resource in using this blade. You can either use the dropdown menus to select a resource type and select a resource in your directory, or you can connect to any Azure resource using a resource ID. Leave the "integrate with the private zone DNS" option unchanged.
75
+
You can choose to create a private endpoint for any Azure resource in using this blade. You can either use the dropdown menus to select a resource type and select a resource in your directory, or you can connect to any Azure resource using a resource ID. Leave the "integrate with the private zone DNS" option unchanged.
76
76
77
77

78
78

@@ -88,13 +88,13 @@ There are four provisioning states:
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. |
90
90
| Reject | Rejected | Connection was rejected by the private link resource owner. |
91
-
| Remove | Disconnected | Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean up. |
91
+
| Remove | Disconnected | Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for cleanup. |
92
92
93
-
### How to manage a private endpoint connections to key vault
93
+
### How to manage a private endpoint connection to key vault
94
94
95
-
1. Log in to the Azure Portal.
95
+
1. Log in to the Azure portal.
96
96
1. In the search bar, type in "key vaults"
97
-
1. Select the key vault which you want to manage.
97
+
1. Select the key vault that you want to manage.
98
98
1. Select the "Networking" tab.
99
99
1. If there are any connections that are pending, you will see a connection listed with "Pending" in the provisioning state.
100
100
1. Select the private endpoint you wish to approve
@@ -105,7 +105,7 @@ There are four provisioning states:
105
105
106
106
## Validate that the private link connection works
107
107
108
-
You should now 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.
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.
109
109
110
110
First, create a virtual machine by following the steps in [Create a Windows virtual machine in the Azure portal](../virtual-machines/windows/quick-create-portal.md)
0 commit comments