Subscription 'Microsoft Azure Sponsorship' is not allowed to provision in 'xxxx'.

Russell Dudley 0 Reputation points
2026-07-18T21:34:10.58+00:00

Hi,

I'm currently getting the following error trying to deploy a new MySQL db:

Subscription 'Microsoft Azure Sponsorship' is not allowed to provision in 'UK South'.

I've tried several different regions UK, Europe and US and receive the same error.
How can I tell what regions this subscription has access to? Copilot in Azure Portal thinks we should have access to all?

Do I need to request access to a specific region?
Any help is greately appreciated.

Many thanks

Russ

Azure Database for MySQL

2 answers

Sort by: Most helpful
  1. Vinodh247-1375 43,746 Reputation points Volunteer Moderator
    2026-07-20T01:09:43.66+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    This is expected behaviour for a azure sponsorship subs, not a regional discovery issue. Sponsorship (creditbased) subscriptions have restricted SKUs and regions, and services like azure db for MySQL are often blocked entirely or limited to specific tiers/regions, which is why every region you try fails. There is no direct “allowed regions list” exposed for this subscription type; the limitation is enforced at deployment time. You cannot request region access for Sponsorship, your options are to either try a different pricing tier (ex: Flexible Server vs Single Server if applicable), switch to a Payg subscription, or use an alternative service that is permitted under Sponsorship.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    Was this answer helpful?

    0 comments No comments

  2. Christos Panagiotidis 3,546 Reputation points
    2026-07-19T07:16:17.9566667+00:00

    This is not a vCore quota error. Microsoft documents that program subscriptions, including Sponsorship and Microsoft for Startups offers, can have a limited set of regions for MySQL Flexible Server, and regional capacity can further restrict a subscription.

    First confirm the Microsoft.DBforMySQL resource provider is registered under Subscriptions > Resource providers. You can also run az mysql flexible-server list-skus --location uksouth -o table for each region. That shows available SKUs, but it does not guarantee your sponsorship subscription is entitled to deploy there.

    Because the same error appears in several regions, open an Azure support request using Service and subscription limits (quotas), select Azure Database for MySQL Flexible Server, then request Region access. Include the subscription ID, target region, SKU, vCore count, HA/zone choice, failed deployment timestamp, and correlation ID. Requests are reviewed against capacity and are not guaranteed. Meanwhile, test an alternate region or smaller SKU without zone-redundant HA.

    Was this answer helpful?

    0 comments No comments

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.