Getting error in creating Personal Compute : Cloud Provider Resource Stockout: The VM size you are specifying is not available. [details] SkuNotAvailable: The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: Standard_

Vivek Gusain 0 Reputation points
2025-07-20T07:06:46.1633333+00:00

Getting this error in creating Personal Compute :

Cloud Provider Resource Stockout: The VM size you are specifying is not available. [details] SkuNotAvailable: The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: Standard_DS3_v2' is currently not available in location 'CentralIndia'. Please try another size or deploy to a different location or different zone. See https://aka.ms/azureskunotavailable for details.(OnDemand)

I am able to see only three Skus in Node option : Ds3v2 , DS4v2 and DS5V2

There are no other option and support Microsoft is asking me to migrate to newer VM versions. Please let me know how to solve this problem

Azure VMware Solution
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 63,730 Reputation points MVP Volunteer Moderator
    2025-07-20T11:11:02.3566667+00:00

    You're encountering a resource stockout error from Azure, specifically for the Standard_DS3_v2 VM SKU in Central India. This means Azure doesn't currently have capacity for that VM size in that region or zone. More specifically:

    • SkuNotAvailable: Azure has run out of available capacity for the selected VM size in your region.
    • You’re restricted to choosing between DS3v2, DS4v2, and DS5v2, but those are older-generation VMs (Dsv2-series), which Microsoft is gradually deprecating or not provisioning in some regions anymore.

    Microsoft is encouraging users to move to newer VM SKUs like Dsv4, Dsv5, Dasv5, Ddv5, Esv5, etc. It seems your platform or service only lists DS3v2, DS4v2, DS5v2. If your current environment (like Azure ML or a cloud portal UI) only shows v2 SKUs, you likely need to update your configuration or request support to enable newer SKUs. You can try deploying to a nearby region such as South India, East Asia (Hong Kong), or Southeast Asia (Singapore), but note that VM availability can differ by region and zone, even within the same country. You can use the Azure CLI to check available SKUs in your region:

    az vm list-skus --location centralindia --output table
    

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.