Prerequisites for Azure Marketplace deployment
Last updated
Last updated
To deploy SQL Tran on Azure Marketplace, one needs to have quota in the region where they plan to deploy:
Quota for our web application
Quota for the managed Postgres database we use to keep track of the projects
Unfortunately, AppService web application quota cannot be provisioned using the Azure portal. You need to ask support for it.
First, open a support request.
Then, pick Azure services, Service and subscription limits (quotas), select the desired subscription, and choose the "Web app" quota type.
In request details, specify that you need "P3mv3", which means a 8-core vcpu with 64 GB of RAM.
For Postgres database, you do not need to raise a support ticket, fortunately.
Search for Quotas in Azure portal.
Click the "Azure PostgreSQL" button.
We need a "Standard_D2s_v3" instance, so let's search for DSv3. Once that's listed, select your region and click on the tiny pencil icon on the right end of its row to edit the region quota.
Change the limit. We only need two, but if you are at zero, perhaps set it to 4 or 8.