An Azure service that is used to provision Windows and Linux virtual machines.
Hello Adrian, it looks like your Site Recovery test‐failover is failing because your Azure subscription has 0 cores allocated for the Standard MS VM family in UK South (so when ASR spins up an 8-core test VM, it hits the “core count limit” right away).
Here’s how you can resolve it:
- Verify your current quota • Sign in to the Azure portal and go to Subscriptions. • Select your subscription, then open Usage + quotas (from the left menu). • Filter by Microsoft.Compute and by the UK South region. • Locate the “Standard MS family (vCPUs)” quota – you’ll see Current Usage = 0 and Limit = 0.
- Request a quota increase A. From Usage + quotas
- Click the pencil icon next to the Standard MS family quota.
- Enter a new limit (for example, 8 or higher to cover your failover needs).
- Click Save and continue to submit.
- Create a new support request: Issue type = Service and subscription limits (quotas).
- Quota type = Compute – VM (cores-vCPUs).
- Choose UK South and the Standard MS family, then request the number of cores you need.
- Complete the wizard to submit your request.
- Wait for approval • Quota requests usually get approved in minutes, but complex increases can take longer. • Once approved, retry your test failover – ASR should be able to spin up the VM.
- If you’re on a Free Trial subscription • Free Trial can’t be increased. You’ll need to upgrade to Pay-As-You-Go or another paid offer before you can bump your core quotas.
Hope that gets you back on track! Let me know if you run into any hiccups.
Reference
• “ST- Compute-VM (cores ‑ vCPUs) subscription limit increases” – how to view & raise vCPU quotas
• “Resolve 28075 error in Microsoft.RecoveryServices…” – ASR test/failover core-limit troubleshooting
Hope this helps. If the information was useful, please consider accepting the answer and upvoting. Feel free to reach out if you need any further assistance. Thank you.