An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
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:
- In Azure portal, go to Subscriptions > select the subscription > Settings > Resource providers.
- Verify these providers are registered:
- Microsoft.Synapse
- Microsoft.Sql
- If needed, also register: Microsoft.Network, Microsoft.Storage, Microsoft.ManagedIdentity, Microsoft.Compute, Microsoft.Authorization.
- Retry the deployment in a different region.
- 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.
- Quickstart: Create a Synapse workspace
- Can't create a new azure synapse analytics resource: No location is accepted for my subscription - Microsoft Q&A
- Can't create Azure Synapse Analytics workspace. Error while deployment. - Microsoft Q&A
- Cannot create Synapse Analytics Workspace in Uk West - Microsoft Q&A
- Deploying Synapse Workspace Subscription Error - Microsoft Q&A
- Quickstart: Create an Azure Synapse Analytics workspace
- Quickstart: Create an Azure Synapse Analytics workspace with the Azure CLI