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
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Azure Private Link Service enables you to access Azure Services (for example, Az
15
15
16
16
An Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. The private endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet. All traffic to the service can be routed through the private endpoint, so no gateways, NAT devices, ExpressRoute or VPN connections, or public IP addresses are needed. Traffic between your virtual network and the service traverses over the Microsoft backbone network, eliminating exposure from the public Internet. You can connect to an instance of an Azure resource, giving you the highest level of granularity in access control.
17
17
18
-
For more information, see [What is Azure Private Link (Preview)?](../private-link/private-link-overview.md)
18
+
For more information, see [What is Azure Private Link?](../private-link/private-link-overview.md)
19
19
20
20
## Prerequisites
21
21
22
-
To integrate a key vault with Azure Private Link (Preview), you will need the following:
22
+
To integrate a key vault with Azure Private Link, you will need the following:
23
23
24
24
- A key vault.
25
25
- An Azure virtual network.
@@ -42,7 +42,7 @@ You can create a new key Vault by following the steps in [Set and retrieve a sec
42
42
43
43
After configuring the key vault basics, select the Networking tab and follow these steps:
44
44
45
-
1. Select the Private Endpoint (preview) radio button in the Networking tab.
45
+
1. Select the Private Endpoint radio button in the Networking tab.
46
46
1. Click the "+ Add" Button to add a private endpoint.
47
47
48
48

@@ -66,7 +66,7 @@ If you already have a key vault, you can create a private link connection by fol
66
66
1. In the search bar, type in "key vaults"
67
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
-
1. Select the Private endpoint connections (preview) tab at the top of the page
69
+
1. Select the Private endpoint connections 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

@@ -99,6 +99,10 @@ az provider register -n Microsoft.KeyVault
0 commit comments