Unable to create sql server db

Anil Kumar Pant 0 Reputation points
2024-10-03T16:45:22.91+00:00

Hello All,

When I'm trying to create a sql server db using a free acount it says "Your subscription does not have access to create a server in the selected region. For the latest information about region availability for your subscription, go to aka.ms/sqlcapacity. Please try another region or create a support ticket to request access."

I tried on multiple regions but same issue.

Azure SQL Database
{count} votes

2 answers

Sort by: Most helpful
  1. Phani-msft 0 Reputation points Microsoft Employee
    2024-10-03T19:51:15.9833333+00:00

    Hi @Anil Kumar Pant,

    Thank you for reaching out to Microsoft Q&A with your query.

    Please follow the steps mentioned in this document https://video2.skills-academy.com/en-us/azure/azure-sql/database/quota-increase-request?view=azuresql to create a request to allot your quota in the region you are trying to deploy the server.

    Please let us know if you've further questions or if you're unable to create the request

    Thank you!

    0 comments No comments

  2. Rajeswari Depala 40 Reputation points
    2024-10-03T23:06:14.29+00:00

    Try to create the database using Azure CLI; sometimes this can work when the portal is having issues. by following the command below:

    az sql db create --resource-group <your-resource-group> --server <your-sql-server-name> --name <your-database-name> --service-objective S0

    If this doesn't work, then go to the Azure Portal and find the Help + Support section. There, you can create a support request to ask for more capacity in your free-tier subscription .Make sure your subscription is still active.

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards

    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.