Skip to content

Commit 56bd329

Browse files
authored
Merge pull request #104681 from Blackmist/vnet-fix
adding notes
2 parents ada535a + 79646af commit 56bd329

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

articles/machine-learning/how-to-enable-virtual-network.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,14 @@ To use an Azure Machine Learning compute instance or compute cluster in a virtua
131131
> * If you're going to put multiple compute instances or clusters in one virtual network, you might need to request a quota increase for one or more of your resources.
132132
> * If the Azure Storage Account(s) for the workspace are also secured in a virtual network, they must be in the same virtual network as the Azure Machine Learning compute instance or cluster.
133133
134-
The Machine Learning compute instance or cluster automatically allocates additional networking resources in the resource group that contains the virtual network. For each compute instance or cluster, the service allocates the following resources:
135-
136-
* One network security group
137-
* One public IP address
138-
* One load balancer
139-
140-
These resources are limited by the subscription's [resource quotas](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits).
134+
> [!TIP]
135+
> The Machine Learning compute instance or cluster automatically allocates additional networking resources in the resource group that contains the virtual network. For each compute instance or cluster, the service allocates the following resources:
136+
>
137+
> * One network security group
138+
> * One public IP address
139+
> * One load balancer
140+
>
141+
> These resources are limited by the subscription's [resource quotas](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits).
141142
142143

143144
### <a id="mlcports"></a> Required ports
@@ -498,6 +499,10 @@ When adding the rule, set the __Protocol__ to any, and the ports to `*`.
498499
499500
For more information on configuring a network rule, see [Deploy and configure Azure Firewall](/azure/firewall/tutorial-firewall-deploy-portal#configure-a-network-rule).
500501
502+
## Use Azure Container Registry
503+
504+
When using a virtual network with Azure Machine Learning, __do not__ put the Azure Container Registry for the workspace in the virtual network. This configuration is not supported.
505+
501506
## Next steps
502507
503508
* [Set up training environments](how-to-set-up-training-targets.md)

0 commit comments

Comments
 (0)