Skip to content

Commit c7f2101

Browse files
adding a note for ip ranges
when workspace has only selected network enabled with a private endpoint Compute instance will fail adding a note to configure network isolation
1 parent 19b1f03 commit c7f2101

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,14 @@ You can also enable public network access by using a YAML file. For more informa
310310

311311
You can use IP network rules to allow access to your workspace and endpoint from specific public internet IP address ranges by creating IP network rules. Each Azure Machine Learning workspace supports up to 200 rules. These rules grant access to specific internet-based services and on-premises networks and block general internet traffic.
312312

313+
[!IMPORTANT]
314+
315+
> * Before creating a compute instance in an Azure Machine Learning workspace with a selected IP address, ensure that your workspace has network isolation configured using a [workspace-managed virtual network (VNet)](how-to-managed-network.md) OR [Add a private endpoint to your workspace in your own Virtual Network](how-to-configure-private-link.md#add-a-private-endpoint-to-a-workspace).
316+
317+
> * Configuring only the selected IP without enabling a managed VNet or a Private endpoint for the workspace can lead to failures while provisioning the compute instance
318+
313319
> [!WARNING]
320+
314321
> * 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.
315322
> * You can only use IPv4 addresses.
316323
> * 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).

0 commit comments

Comments
 (0)