Skip to content

Commit 5384185

Browse files
committed
incorporating feedback
1 parent 976c48f commit 5384185

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,18 @@ If you plan to use __HuggingFace models__ with Azure Machine Learning, add outbo
10331033
* `cdn.auth0.com`
10341034
* `cdn-lfs.huggingface.co`
10351035

1036+
### Scenario: Enable access from selected IP Addresses
1037+
1038+
If you want to enable access from specific IP addresses, use the following actions:
1039+
1040+
1. Add an outbound _private endpoint_ rule to allow traffic to the Azure Machine Learning workspace. This allows compute instances created in the managed virtual network to access the workspace.
1041+
1042+
> [!TIP]
1043+
> You can't add this rule during workspace creation, as the workspace doesn't exist yet.
1044+
1045+
1. Enable public network access to the workspace. For more information, see [public network access enabled](how-to-configure-private-link.md#enable-public-access).
1046+
1. Add your IP addresses to the firewall for Azure Machine Learning. For more information, see [enable access only from IP ranges](how-to-configure-private-link#enable-public-access-only-from-internet-ip-ranges-preview).
1047+
10361048
## Private endpoints
10371049

10381050
Private endpoints are currently supported for the following Azure services:

0 commit comments

Comments
 (0)