Skip to content

Commit 8d678b3

Browse files
Merge pull request #235993 from vs-li/main
Add out of subscription cluster quota TSG section
2 parents 75e11a0 + f30e603 commit 8d678b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ We also recommend [deploying locally](#deploy-locally) to test and debug your mo
242242
This is a list of common resources that might run out of quota when using Azure services:
243243

244244
* [CPU](#cpu-quota)
245+
* [Cluster](#cluster-quota)
245246
* [Disk](#disk-quota)
246247
* [Memory](#memory-quota)
247248
* [Role assignments](#role-assignment-quota)
@@ -259,9 +260,14 @@ Before deploying a model, you need to have enough compute quota. This quota defi
259260

260261
A possible mitigation is to check if there are unused deployments that you can delete. Or you can submit a [request for a quota increase](how-to-manage-quotas.md#request-quota-increases).
261262

263+
#### Cluster quota
264+
265+
This issue will occur when you do not have enough Azure ML Compute cluster quota. This quota defines the total number of clusters that may be in use at one time per subscription to deploy CPU or GPU nodes in Azure Cloud.
266+
267+
A possible mitigation is to check if there are unused deployments that you can delete. Or you can submit a [request for a quota increase](how-to-manage-quotas.md#request-quota-increases). Make sure to select `Machine Learning Service: Cluster Quota` as the quota type for this quota increase request.
268+
262269
#### Disk quota
263270

264-
This issue happens when the size of the model is larger than the available disk space and the model is not able to be downloaded. Try a [SKU](reference-managed-online-endpoints-vm-sku-list.md) with more disk space or reducing the image and model size.
265271
This issue happens when the size of the model is larger than the available disk space and the model is not able to be downloaded. Try a [SKU](reference-managed-online-endpoints-vm-sku-list.md) with more disk space or reducing the image and model size.
266272

267273
#### Memory quota

0 commit comments

Comments
 (0)