Unable to deploy spot instance vm in azure

Elisha George 146 Reputation points
2022-01-17T11:14:33.257+00:00

I was previously able to deploy the VM successfully, however not when I choose it as a Spot Instance.
Unable to deploy spot instance when I have spare Spot vCpu and GPU allocation in EAST ASIA.
Getting this error.

{'code':'DeploymentFailed','message':'At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.','details':[{'code':'OverconstrainedAllocationRequest','message':'Allocation failed. VM(s) with the following constraints cannot be allocated, because the condition is too restrictive. Please remove some constraints and try again. Constraints applied are:\n - Low Priority VMs\n - Networking Constraints (such as Accelerated Networking or IPv6)\n - Preemptible VMs (VM might be preempted by another VM with a higher priority)\n - VM Size\n'}]}

I was previously able to deploy the VM successfully, however not when I choose it as a Spot Instance. I have tried selecting Spot Instance as both "Capacity Only" and "Price or Capacity" and entering in a price but the deployment failed.

Now I'm unable to deploy the instance at all, whether I choose spot or not. It just hangs on the Deployment Overview page...???

The Resource is N-series in the East Asia region.

could you please tell me the problem?

165645-image.png

This is I am trying to deploy .Is there any mistake? what is the reason ? Please tell me

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,160 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 22,381 Reputation points
    2022-01-17T19:57:25.14+00:00

    Hello @Elisha George ,

    Thank you for reaching out to Microsoft Q&A platform. Happy to answer your question.

    Firstly, SPOT deployment has some restrictions and you can find them following this link spot-vms.
    The reason for not being able to deploy this NC series VM as SPOT instance is because this SKU is not supported for SPOT

    Limitations:
    The following VM sizes are not supported for Azure Spot Virtual Machines:
    B-series
    Promo versions of any size (like Dv2, NV, NC, H promo sizes)

    Secondly, the reason why you are not able to deploy the N-series VM at all even without SPOT is probably due to quota limit hit in the specific region for this SKU under your subscription. You could check the quota by searching for "Subscriptions" in global search in azure portal and then look for "Usage + quotas" blade

    165757-image.png

    If there is no quota left, then you can request an increase from the same blade by clicking on "Request Increase". Basically, this creates a support case with azure subscription and quota management team who will help in increasing the quota for the specific SKU in the east Asia region.
    If you see the quota available, please share a screenshot of the same with me and I shall further help to diagnose this issue.

    (If the response was helpful please don't forget to upvote and/or accept as answer, thank you)

    1 person found this answer helpful.
    0 comments No comments