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/ai-foundry/how-to/configure-private-link.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,8 +269,8 @@ You can use IP network rules to allow access to your secured hub from specific p
269
269
# [Portal](#tab/azure-portal)
270
270
271
271
1. From the [Azure portal](https://portal.azure.com), select your Azure Machine AI Foundry hub.
272
-
2. From the left side of the page, select __Networking__ and then select the __Public access__ tab.
273
-
3. Select __Enabled from selected IP addresses__, input address ranges and then select __Save__.
272
+
1. From the left side of the page, select __Networking__ and then select the __Public access__ tab.
273
+
1. Select __Enabled from selected IP addresses__, input address ranges and then select __Save__.
274
274
275
275
<!-- :::image type="content" source="./media/how-to-configure-private-link/workspace-public-access-ip-ranges.png" alt-text="Screenshot of the UI to enable access from internet IP ranges."::: -->
276
276
@@ -295,14 +295,14 @@ Use the `az ml workspace update` Azure CLI command to manage public access from
295
295
296
296
1. Disabled:
297
297
`az ml workspace update -n test-ws -g test-rg --public-network-access Disabled`
You can also use the [Workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) class from the Azure Machine Learning [Python SDK](https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.networkacls?view=azure-python) to define which IP addresses are allowed inbound access:
305
+
You can also use the [Workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) class from the Azure Machine Learning [Python SDK](/python/api/azure-ai-ml/azure.ai.ml.entities.networkacls) to define which IP addresses are allowed inbound access:
0 commit comments