Share via

Facing issue while trying to create Azure SQL DB

nikhil.b 0 Reputation points
2026-06-24T07:11:14.6866667+00:00

Hello,

I am attempting to create a new SQL Server but encountering the following error:

Your subscription does not have permission to create a server in the chosen region. For the most current information regarding region availability for your subscription, please visit aka.ms/sqlcapacity. Consider selecting a different region or submitting a support ticket to request access.

I am uncertain, but it appears that this issue may be related to restrictions on regional resources.

Azure SQL Database

2 answers

Sort by: Most helpful
  1. Pilladi Padma Sai Manisha 10,765 Reputation points Microsoft External Staff Moderator
    2026-06-24T08:01:00.3833333+00:00

    Hi @nikhil.b

    Thank you for reaching microsoft Q&A!

    Based on the error message, this is typically caused by regional capacity restrictions for your subscription. As an initial troubleshooting step, I recommend trying to create the SQL Server in a different Azure region to verify whether the issue is specific to the selected region.

    If the server can be created successfully in another region, it would indicate that the original region is currently restricted for your subscription due to capacity or availability constraints.

    If you must deploy in the same region and the issue persists, please let us know. We can then help determine whether a support request is required to review the regional restriction and request access, if applicable.

    Was this answer helpful?

    0 comments No comments

  2. Nasser Abdullah Almuafa 0 Reputation points
    2026-06-24T07:14:43.6233333+00:00

    This error usually means the selected Azure region is not currently enabled or available for Azure SQL Server creation under your subscription.

    Please try the following:

    1. Select another nearby region and retry the deployment.
    2. Check whether the Microsoft.Sql resource provider is registered: Azure Portal → Subscriptions → Your subscription → Resource providers → search Microsoft.Sql → Register.
    3. If the region is required, raise a support request: Help + Support → New support request → Service and subscription limits → SQL Database → Region access.
    4. In the request, mention the target region, service type, and expected DTU or vCore requirement.

    Microsoft documentation confirms that this error can occur when the SQL resource provider is not registered, the region is not enabled for the subscription, or regional capacity/access is restricted.

    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.