Can not create compute instance in Azure ML studio

Aleh Yablonski 0 Reputation points
2025-02-20T13:28:41.8533333+00:00

Can not create compute instance in Azure ML studio. The creation was failed after 6 hours
User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ameer Mohamed Aslam Sujah 0 Reputation points
    2025-04-11T14:37:14.2266667+00:00

    Hi Aleh Yablonski,

    From the screenshot, it looks like your Azure ML compute instance creation has failed, with the error: "Provisioning error: An internal server error occurred. If the problem persists, contact support."

    Here are a few possible causes and solutions to try:

    1. Region Capacity Issues

    The Standard_NC40ads_H100_v5 VM is a powerful GPU instance that may not be available in your selected region due to capacity constraints.

    Solution: Try selecting a different region where the VM is available. You can check Azure VM quotas and availability via Azure Quota Portal

    2. Subscription Quotas

    You may not have the quota or permissions to create H100 instances.

    Solution: Go to Subscriptions → Usage + quotas → Request Increase for NCas_H100 family. Make sure you’re using a subscription that supports GPU SKUs (some trial or student plans might not).

    3. Internal Azure Error

    Sometimes, Azure fails for internal reasons (especially for high-demand SKUs).

    Solution: Try deleting the failed instance and recreating it after a short wait. Switch to a different compute type temporarily (e.g., Standard_NC6, Standard_NDv2, etc.) to continue your work.

    4. Azure Support Ticket

    If the issue persists even after trying different regions or SKUs:

    Solution: Go to Help + support → New support request in the Azure Portal. Choose "Quota" or "Virtual Machines (compute)" and provide the error and region details.

    0 comments No comments

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.