Skip to content

Commit d5d1dab

Browse files
committed
fixing links, acrolinx
1 parent 71e4f46 commit d5d1dab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/how-to/configure-private-link.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ You can use IP network rules to allow access to your secured hub from specific p
269269
# [Portal](#tab/azure-portal)
270270

271271
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__.
274274

275275
<!-- :::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."::: -->
276276

@@ -295,14 +295,14 @@ Use the `az ml workspace update` Azure CLI command to manage public access from
295295
296296
1. Disabled:
297297
`az ml workspace update -n test-ws -g test-rg --public-network-access Disabled`
298-
2. Enabled from selected IP addresses:
298+
1. Enabled from selected IP addresses:
299299
`az ml workspace update -n test-ws -g test-rg --public-network-access Enabled --network-acls "167.220.238.199/32,167.220.238.194/32" `
300-
3. Enabled from all networks:
300+
1. Enabled from all networks:
301301
`az ml workspace update -n test-ws -g test-rg --public-network-access Enabled --network-acls none`
302302
303303
---
304304
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](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:
306306
307307
```python
308308
class Workspace(Resource):

0 commit comments

Comments
 (0)