Hello,
Welcome to Microsoft Q&A,
- Azure ML enforces a quota limit per VM family/region (in this case, 0/4 means you have 0 currently allocated out of 4 available).
- Redundancy overhead: Azure may reserve extra capacity (~20%) for reliability, leading to an effective request of 8 instead of 3.
Request a Quota Increase
You need to increase your vCPU quota for Standard_Dv4 Family in the East US 2 region:
Go to: Azure Quotas Page
Select:
- Subscription: Azure subscription 1
- Region: East US 2
- SKU Family: Standard_Dv4 Family
- Click Request quota increase
- Request enough for the required vCPUs (e.g., request at least 8)
Approval typically takes a few hours over 3 business days.
Please Upvote and accept the answer if it helps!!