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.