Skip to content

Commit ecf5751

Browse files
Merge pull request #276502 from Blackmist/255250-ipv6
adding note
2 parents 9bf3e45 + bd3d95e commit ecf5751

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/machine-learning/how-to-configure-private-link.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ You can use IP network rules to allow access to your workspace and endpoint from
305305
> [!WARNING]
306306
> * Enable your endpoint's [public network access flag](concept-secure-online-endpoint.md#secure-inbound-scoring-requests) if you want to allow access to your endpoint from specific public internet IP address ranges.
307307
> * When you enable this feature, this has an impact to all existing public endpoints associated with your workspace. This may limit access to new or existing endpoints. If you access any endpoints from a non-allowed IP, you get a 403 error.
308+
> * You can only use IPv4 addresses.
308309
> * To use this feature with Azure Machine Learning managed virtual network, see [Azure Machine Learning managed virtual network](how-to-managed-network.md#scenario-enable-access-from-selected-ip-addresses).
309310
310311
# [Azure CLI](#tab/cli)

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,9 @@ If you want to enable access from specific IP addresses, use the following actio
10551055
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).
10561056
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.md#enable-public-access-only-from-internet-ip-ranges-preview).
10571057

1058+
> [!NOTE]
1059+
> Only IPv4 addresses are supported.
1060+
10581061
## Private endpoints
10591062

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

0 commit comments

Comments
 (0)