Unable to Create Azure Synapse Workspace with Free Trial Subscription

Venkata Phani Pavan Kumar 20 Reputation points
2025-05-23T11:16:28.72+00:00

Hi Team,

I'm trying to create Azure Synapse Workspace with my free trial subscription. It is failing with the error message.
{"code":"ValidationFailed","message":"Workspace request validation failed, check error details for more information","details":[{"code":"SqlServerRegionDoesNotAllowProvisioning","message":"Location 'southindia' is not accepting creation of new Windows Azure SQL Database servers for the subscription '71117045-24ef-4386-a7df-14c6bc31dfdb' at this time."}]}

I tried following Work arounds for successfull deployment but still the same issue

  1. Changed the region to East US and Australia still the issue persists
  2. Tried unregistering and register from subscription > Resource providers > Register Microsoft.SQL and tried again after successful registration of Microsoft.sql still the issue persists.

I can still see free trial has more than 16k+credits. Attaching the screenshot
User's imageUser's image

User's image

Please help, many thanks in advance.

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.
5,339 questions
{count} votes

Accepted answer
  1. J N S S Kasyap 2,610 Reputation points Microsoft External Staff Moderator
    2025-05-23T12:45:24.0866667+00:00

    Hi @Venkata Phani Pavan Kumar

    You're encountering a known limitation with Free Trial subscriptions in Azure. The error you're seeing means your subscription is blocked from creating required resources like SQL Database servers in those regions  a common restriction for Free Trial and some sponsored or limited subscriptions.

    Code: SqlServerRegionDoesNotAllowProvisioning
    Message: Location '<region>' is not accepting creation of new Windows Azure SQL Database servers for the subscription '<subscription-id>' at this time.
    

    As @Nandan Hegde mentioned  

    You can try creating a logical SQL server in a region different from those you've already attempted. If the SQL server is successfully created, then try deploying the Synapse workspace in the same region.

    The most reliable solution is to upgrade your Azure subscription to Pay-As-You-Go. You can do this by clicking the “Upgrade” option in your subscription settings. This change retains your free credits while removing many of the restrictions associated with the free trial.

    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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Venkata Phani Pavan Kumar 20 Reputation points
    2025-05-24T06:11:58.5033333+00:00

    Thank you @nandan hegde and @J N S S Kasyap

    I've upgraded my subscirption to Pay-as-you-go and it worked without any hiccups. Thanks again for your quick help and sorry for late reply.

    Regards,

    Venkat

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.