Skip to content

Commit de2df35

Browse files
committed
added new text and image
1 parent dc20a8c commit de2df35

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
246 KB
Loading

articles/azure-arc/kubernetes/private-link.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,17 @@ az connectedk8s connect -g <resource-group-name> -n <connected-cluster-name> -l
175175
| --enable-private-link |Property to enable/disable private links feature. Set it to "True" to enable connectivity with private links. |
176176
| --private-link-scope-resource-id | id of the private link scope resource created earlier. For example: /subscriptions//resourceGroups//providers/Microsoft.HybridCompute/privateLinkScopes/ |
177177

178+
For Azure Arc-enabled Kubernetes clusters that were set up prior to configuring the Azure Arc private link scope, you can configure private links through the Azure portal using the following steps:
179+
180+
1. In the Azure portal, navigate to your Azure Arc Private Link Scope resource.
181+
1. From the left pane, select Azure Arc resources and then + Add.
182+
1. Select the Kubernetes clusters in the list that you want to associate with the Private Link Scope, and then choose Select to save your changes.
183+
184+
> [!NOTE]
185+
> The list only shows Azure Arc-enabled Kubernetes clusters that are within the same subscription and region as your Private Link Scope.
186+
187+
:::image type="content" source="media/private-link/select-clusters.png" alt-text="Screenshot of the list of Kubernetes clusters for the Azure Arc Private Link Scope.":::
188+
178189
## Troubleshooting
179190

180191
If you run into problems, the following suggestions may help:

0 commit comments

Comments
 (0)