Skip to content

Commit f8ed525

Browse files
Update how-to-create-compute-instance.md
updating the doc to call out that stopping CI will not release quota to help with restart but it is still dependent on the capacity of the region if there is a capacity crunch in the region you may not be able to restart the CI, validated this information from the dev [email protected] and as called out in documentation https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-quotas?view=azureml-api-2
1 parent 456256b commit f8ed525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Choose the tab for the environment you're using for other prerequisites.
6262

6363
Creating a compute instance is a one time process for your workspace. You can reuse the compute as a development workstation or as a compute target for training. You can have multiple compute instances attached to your workspace.
6464

65-
The dedicated cores per region per VM family quota and total regional quota, which applies to compute instance creation, is unified and shared with Azure Machine Learning training compute cluster quota. Stopping the compute instance doesn't release quota to ensure you are able to restart the compute instance. It isn't possible to change the virtual machine size of compute instance once it's created.
65+
The dedicated cores per region per VM family quota and total regional quota, which applies to compute instance creation, is unified and shared with Azure Machine Learning training compute cluster quota. Stopping the compute instance doesn't release quota to ensure you are able to restart the compute instance. A quota is a credit limit on Azure resources, not a capacity guarantee, Restarting a compute instance is still dependent on the available capacity of the region if there is a capacity crunch in the region for the SKU you may not be able to restart the Compute Instance. It isn't possible to change the virtual machine size of compute instance once it's created.
6666

6767
The fastest way to create a compute instance is to follow the [Create resources you need to get started](quickstart-create-resources.md).
6868

0 commit comments

Comments
 (0)