how to fix Cloud Provider Resource Stockout while creating a cluster in Azure databricks

Pappu Yadav 0 Reputation points
2025-05-27T12:02:44.5166667+00:00

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 'westus2'. Please try another size or deploy to a different location or different zone. i have free azure subsription.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,526 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Venkat Reddy Navari 3,465 Reputation points Microsoft External Staff Moderator
    2025-05-27T12:40:30.48+00:00

    Hi @Pappu Yadav The error "Cloud Provider Resource Stockout" occurs when the requested VM size is unavailable in the selected region due to capacity restrictions. Since you're using a free Azure subscription, availability may be further limited.

    Troubleshooting Steps

    1. Try a Different VM Size: Some VM sizes may be more readily available. You can check available SKUs in your region using the Azure CLI:
         az vm list-skus --location westus2 --output table
      
      This will list VM sizes currently available in westus2.
    2. Deploy to a Different Region: If your preferred VM size isn't available in westus2, consider deploying to a nearby region with better availability, such as centralus or eastus.
    3. Check for Regional Capacity Fluctuations: Azure's VM availability can change, especially for free-tier accounts. You might have better luck during off-peak hours or in less saturated regions.
    4. Consider Upgrading to a Paid Subscription: Free-tier accounts often have limited access to certain VM SKUs. Upgrading to a paid plan can unlock more regions and VM types.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

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