SQLAzure is not available for your selection of subscription and location

Hobly 20 Reputation points
2023-02-05T15:18:31.27+00:00

Hey, beginner Azure user using "Create Web App + Database" to create a resource. Currently on the $200 free trial credits. I want to use SQLAzure for the database part of the resource but get the error message that "SQLAzure is not available for your selection of subscription and location".

Screenshot of the setup page below:

User's image

I have tried selecting other regions and database engines. Changing region doesn't make any difference. The only engine that works is PostgreSQL but I'm keen to use SQLAzure.

Any suggestions would be much appreciated!

Edit: someone posted a similar error message a few weeks ago but their solution was effectively "I waited and it fixed itself". Fine if that's the solution but was hoping for something more immediate :)

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,935 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-02-06T04:59:08.9233333+00:00

    Hi @Hobly ,

    That particular template uses a PremiumV2 SKU which may exceed what you can use on a free-tier. What you can do is instead of using Azure SQL with the Web App + Database use of the different SKUs like Postgres or MySQL. If you still want to use Azure SQL, create the web app and Azure SQL basic SKU with a maximum storage of 2GB.

    User's image

    You can use the following tutorial to properly configure your web app to use with your newly created Azure SQL instance.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Francis 5 Reputation points
    2024-11-24T19:19:06.5533333+00:00

    Screenshot 2024-11-24 at 19.14.05

    I followed the tutorial link above and i dont see an option for Compute + storage. Any advice?

    1 person found this answer helpful.
    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.