Share via

Azure Site Recovery Failure

Kamal Kotecha 20 Reputation points
2026-06-09T11:20:26.9166667+00:00

Hello

Im having issues Testing fail over on my Azure Server and also fail on test VM Backup (Restore VM)

It says i have reached my core count limit But when i check my quota I havent

Please can you help

Thanks

Kamal

azure quota

azure fail

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


6 answers

Sort by: Most helpful
  1. AI answer

    2026-06-09T11:20:47.5066667+00:00

    The error is caused by a VM family core quota, not by the overall “Total Regional vCPUs” quota shown in the screenshot.

    Azure Site Recovery test failover must be able to create VMs of the same size (family) as the protected VM in the target region. In the error details, Site Recovery reports:

    The core count limit for family standardDADSv5Family in location ukwest was reached. Maximum limit: 0. Attempted: 2.

    So, even though the overall regional vCPU quota in UK South is not exhausted, the DADSv5 family quota in UK West is set to 0, which blocks Site Recovery from creating the test‑failover VMs.

    To fix this:

    1. In the Azure portal, go to Subscriptions → Usage + quotas for the affected subscription.
    2. Set Provider to Compute and Region to UK West (the failover region in the error message).
    3. Look for the quota entry for the standardDADSv5Family vCPUs (or similar DADSv5 family name).
    4. Submit a New quota request to increase that family’s vCPU quota to at least the number of cores required by the protected VMs (for example, 2 or more).
    5. After the quota increase is approved, rerun the Site Recovery test failover and the test VM restore.

    If multiple protected VMs use different size families, ensure that each required VM family in the target region has enough vCPU quota. Also verify that total regional cores in the target subscription are sufficient for all failover VMs, as failovers will fail if available cores do not meet the required count.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. Kamal Kotecha 20 Reputation points
    2026-06-11T15:04:33.94+00:00

    Thanks @Manish Deshpande

    1. The VM is Standard_D2ads_v5
    2. No availability sets
    3. In Subscription → Usage + quotas, what does it show for:
      • screenshot attached
    4. Just a test failover and a Test VM Restore from backup
    5. Do you see any other error IDs/messages besides 28075? - Just this errorazure quota4

    Was this answer helpful?

    0 comments No comments

  3. Andreas Baumgarten 132.1K Reputation points MVP Volunteer Moderator
    2026-06-10T15:14:12.29+00:00

    Hi @Kamal Kotecha ,

    Microsoft say that there is an issue with capacity. Perhaps DADSv5 are oversubscribed in UK? My reason for this is to do a Azure Site Recovery Failover TEST, and a Azure Backup Restore VM. Is there another way I can perform the tests whilst Microsoft resolve the capacity issue?

    If there is a capacity issue with the DADSv5 series in the target region you can try to modify the target VM SKU (choose a different VM SKU family that is compatible regarding NICs, Disks and local storage) before starting the fail-over test.

    Source: Managing target resources


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

    Regards

    Andreas Baumgarten

    Was this answer helpful?

    0 comments No comments

  4. Kamal Kotecha 20 Reputation points
    2026-06-10T14:57:28.52+00:00

    Microsoft say that there is an issue with capacity. Perhaps DADSv5 are oversubscribed in UK? My reason for this is to do a Azure Site Recovery Failover TEST, and a Azure Backup Restore VM. Is there another way I can perform the tests whilst Microsoft resolve the capacity issue?

    Was this answer helpful?

    0 comments No comments

  5. Andreas Baumgarten 132.1K Reputation points MVP Volunteer Moderator
    2026-06-09T11:39:00.3066667+00:00

    Hi @Kamal Kotecha ,

    based on your quota screenshot the displayed region is "UK South".

    The error message is referencing the Azure region "UK West".

    Please verify the "Total Regional vCPUs" and "DADSv5" quotas in the "UK West" region.

    Request quotas "Total Regional vCPUs" and "DADSv5" for the for "UK West" region if required


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

    Regards

    Andreas Baumgarten

    Was 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.