I am trying to create Azure Synapse Analytics and its giving this error

MD IRFAN 5 Reputation points
2026-08-13T16:20:36.4966667+00:00

{"code":"ValidationFailed","message":"Workspace request validation failed, check error details for more information","details":[{"code":"SqlServerRegionDoesNotAllowProvisioning","message":"Location 'usgovvirginia' is not accepting creation of new Windows Azure SQL Database servers for the subscription '4c62f2ec-cd1e-4db3-89fe-81d100ac5343' at this time."}]}

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

0 comments No comments

2 answers

Sort by: Most helpful
  1. SAI JAGADEESH KUDIPUDI 3,640 Reputation points Microsoft External Staff Moderator
    2026-08-13T17:40:31.3733333+00:00

    Hi @MD IRFAN ,

    The error SqlServerRegionDoesNotAllowProvisioning indicates that the selected region usgovvirginia is currently not allowing Azure SQL logical server creation for your subscription, which is required for Synapse workspace deployment.

    As an initial troubleshooting step, please verify that the Microsoft.Sql and Microsoft.Synapse resource providers are registered on the subscription. If they are already registered, try re-registering Microsoft.Sql and then attempt the deployment again.

    Additionally, please try creating the Synapse workspace in a different supported Azure Government region and let us know the outcome. This will help determine whether the issue is specific to US Gov Virginia or affects the subscription more broadly.

    References

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Was this answer helpful?


  2. AI answer

    2026-08-13T16:20:51.61+00:00

    SqlServerRegionDoesNotAllowProvisioning means the selected region is currently not allowing creation of the Azure SQL server dependency required for a Synapse workspace for that subscription.

    Try these steps:

    1. In Azure portal, go to Subscriptions > select the subscription > Settings > Resource providers.
    2. Verify these providers are registered:
      • Microsoft.Synapse
      • Microsoft.Sql
      • If needed, also register: Microsoft.Network, Microsoft.Storage, Microsoft.ManagedIdentity, Microsoft.Compute, Microsoft.Authorization.
    3. Retry the deployment in a different region.
    4. If the region must be usgovvirginia and registration is already complete, open an Azure Support quota/capacity request for SQL Database / SQL Server for that region.

    Also verify the Synapse prerequisites while creating the workspace:

    • The workspace needs an Azure Data Lake Storage Gen2 account.
    • The storage account used as primary storage must have hierarchical namespace enabled.
    • In the portal flow, if prompted that Microsoft.Synapse must be registered, register it from Subscriptions > Resource providers.

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

    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.