Not able to create an azure synaps analytics workspace in west europe
I'm trying to create an Azure Synapse Analytics workspace located in westeurope but when I try, I recieve the error:
{"code":"ValidationFailed","message":"Workspace request validation failed, check error details for more information","details":[{"code":"SqlServerRegionDoesNotAllowProvisioning","message":"Location 'westeurope' is not accepting creation of new Windows Azure SQL Database servers for the subscription '5a1dd4e3-bbcf-4456-a249-d822320f27a3' at this time."}]}
I've checkt already what I found on the internet when I searched for a solytion:
- You can check Azure Service Health to see if there are any known issues affecting the 'eastus' region. Azure Service Health provides personalized alerts and guidance when Azure service issues affect you. It can inform you if there are any known issues with Azure services that might be affecting your ability to create resources in the 'south India' region.
- If you're still unable to create the Synapse workspace, you can contact Azure Support to file a support request to enable the region for your subscription. This can be a more time-consuming process, but it can be effective if you need to use the 'eastus' region.
- Additionally, you can check if the necessary resource providers are registered for your subscription. The necessary resource providers for Synapse workspaces is Microsoft. Synapse and Microsoft. SQL. If they are not registered, you can register them through the Azure portal.
- Finally, you can check if there are any subscription quotas that are preventing the creation of new resources. You might need to request an increase in your quota limits.
But all these things were not the problem. Can someone help me with this?