|
2 | 2 | title: Manage resources through private link
|
3 | 3 | description: Restrict management access for resource to private link
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 09/26/2024 |
| 5 | +ms.date: 01/22/2025 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Use APIs to create a private link for managing Azure resources
|
9 | 9 |
|
10 |
| -This article explains how you can use [Azure Private Link](../../private-link/index.yml) to restrict access for managing resources in your subscriptions. |
| 10 | +This article explains how to use [Azure Private Link](../../private-link/index.yml) to restrict access for managing resources in your subscriptions. |
11 | 11 |
|
12 | 12 | [!INCLUDE [Create content](../../../includes/resource-manager-create-rmpl.md)]
|
13 | 13 |
|
@@ -67,17 +67,17 @@ To create resource management private link, send the following request:
|
67 | 67 |
|
68 | 68 | ---
|
69 | 69 |
|
70 |
| -Note the ID that is returned for the new resource management private link. You'll use it for creating the private link association. |
| 70 | +Note the ID that is returned for the new resource management private link. You use it for creating the private link association. |
71 | 71 |
|
72 | 72 | ## Create private link association
|
73 | 73 |
|
74 |
| -The resource name of a private link association resource must be a GUID, and it isn't yet supported to disable the publicNetworkAccess field. |
| 74 | +The resource name of a private link association resource must be a GUID, and you can't disable the `publicNetworkAccess` field. |
75 | 75 |
|
76 | 76 | To create the private link association, use:
|
77 | 77 |
|
78 | 78 | # [Azure CLI](#tab/azure-cli)
|
79 | 79 |
|
80 |
| - ### Example |
| 80 | +### Example |
81 | 81 |
|
82 | 82 | ```azurecli
|
83 | 83 | # Login first with az login if not using Cloud Shell
|
@@ -133,7 +133,7 @@ To create the private link association, use:
|
133 | 133 |
|
134 | 134 | ## Add private endpoint
|
135 | 135 |
|
136 |
| -This article assumes you already have a virtual network. In the subnet that will be used for the private endpoint, you must turn off private endpoint network policies. If you haven't turned off private endpoint network policies, see [Disable network policies for private endpoints](../../private-link/disable-private-endpoint-network-policy.md). |
| 136 | +This article assumes you already have a virtual network. In the subnet that you plan to use for the private endpoint, you must turn off private endpoint network policies. To turn off private endpoint network policies, see [Disable network policies for private endpoints](../../private-link/disable-private-endpoint-network-policy.md). |
137 | 137 |
|
138 | 138 | To create a private endpoint, see Private Endpoint documentation for creating via [Portal](../../private-link/create-private-endpoint-portal.md), [PowerShell](../../private-link/create-private-endpoint-powershell.md), [CLI](../../private-link/create-private-endpoint-cli.md), [Bicep](../../private-link/create-private-endpoint-bicep.md), or [template](../../private-link/create-private-endpoint-template.md).
|
139 | 139 |
|
@@ -177,4 +177,4 @@ If your request is automatically approved, you can continue to the next section.
|
177 | 177 |
|
178 | 178 | ## Next steps
|
179 | 179 |
|
180 |
| -To learn more about private links, see [Azure Private Link](../../private-link/index.yml). |
| 180 | +To learn more about private links, see [Azure Private Link](../../private-link/index.yml). |
0 commit comments