Skip to content

Commit cdf2f12

Browse files
Fix issues
1 parent c7f2101 commit cdf2f12

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,11 @@ 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
313+
> [!IMPORTANT]
314+
> * 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](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).
315+
> * Configuring only the selected IP without enabling a managed virtual network or a Private endpoint for the workspace can lead to failures while provisioning the compute instance.
318316
319317
> [!WARNING]
320-
321318
> * 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.
322319
> * You can only use IPv4 addresses.
323320
> * 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)