Hi @hrishi pal
Thanks for sharing the error details.
The error message you’re encountering:
"SqlServerRegionDoesNotAllowProvisioning": "Location 'eastus' is not accepting creation of new Windows Azure SQL Database servers for the subscription (free 200$ subscription) at this time."
indicates that new SQL pools (or Synapse workspaces with underlying SQL components) cannot currently be provisioned in the East US region for your subscription type (likely due to capacity restrictions or region-based limitations on free-tier subscriptions).
Recommended Actions:
- Switch to a Different Region Try deploying your Synapse workspace in another supported region like
centralus
,westus2
, or any other nearby region. This often resolves the restriction for free or limited subscriptions.
Check Azure Quotas and Subscription Limits The free $200 trial subscription may have region-specific limitations. You can review your quota in the Azure Portal under:
Subscriptions → [Your Subscription] → Usage + quotas
- Use Pay-As-You-Go Subscription (If applicable) If you’re still actively working with Synapse or other premium services, consider upgrading to a Pay-As-You-Go subscription. These have broader deployment flexibility.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.