Skip to content

Commit 96b57b2

Browse files
authored
Merge pull request #111922 from nishankgu/patch-28
Update how-to-enable-virtual-network.md
2 parents 2ddf57e + e0eb197 commit 96b57b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,13 @@ To use an Azure Machine Learning compute instance or compute cluster in a virtua
137137
> * 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.
138138
139139
> [!TIP]
140-
> 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:
140+
> 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:
141141
>
142142
> * One network security group
143143
> * One public IP address
144144
> * One load balancer
145145
>
146+
> In the case of clusters these resources are deleted (and recreated) every time the cluster scales down to 0 nodes, however for an instance the resources are held onto till the instance is completely deleted (stopping does not remove the resources).
146147
> These resources are limited by the subscription's [resource quotas](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits).
147148
148149

0 commit comments

Comments
 (0)