Cannot select VM in Azure ML. stated "You do not have enough quota for the following VM sizes" but i have enoug quota

Nur Hasheema 0 Reputation points
2024-04-18T01:54:46.3033333+00:00

Hi, I want to deploy model in Azure ML. But when i tried to select "Standard_DS3_v2" VM and it stated "You do not have enough quota for the following VM sizes".

User's image

But i have 4 cores available and i assumed "Standard_DS3_v2" falls under VM Family "Standard DSv3 Family Cluster Dedicated vCPUs". How to fix this issue?

User's image

Thank you

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,566 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,145 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,382 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,401 Reputation points
    2024-04-18T02:44:12.1266667+00:00

    Nur Hasheema Greetings & Welcome to Microsoft Q&A forum!

    Hi, I want to deploy model in Azure ML. But when i tried to select "Standard_DS3_v2" VM and it stated "You do not have enough quota for the following VM sizes".

    To give more context, Azure enforces two types of vCPU quotas for virtual machines:

    • standard vCPU quotas
    • spot vCPU quotas

    Standard vCPU quotas apply to pay-as-you-go VMs and reserved VM instances. They're enforced at two tiers, for each subscription, in each region:

    • The first tier is the total regional vCPU quota.
    • The second tier is the VM-family vCPU quota such as D-series vCPUs.

    This article shows how to request increases for VM-family vCPU quotas. You can also request increases for vCPU quotas by region or spot vCPU quotas.

    Do let me know if you have any further queries.

    1 person found this answer helpful.