An Azure service that is used to provision Windows and Linux virtual machines.
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:
- In the Azure portal, go to Subscriptions → Usage + quotas for the affected subscription.
- Set Provider to Compute and Region to UK West (the failover region in the error message).
- Look for the quota entry for the standardDADSv5Family vCPUs (or similar DADSv5 family name).
- 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).
- 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: