An Azure managed MySQL database service for app development and deployment.
Hello **chris crawford
**It looks like you’re running into a region/SKU mismatch rather than a tier limitation. A couple of things to check:
- Region name typo:
• You used “eastusa2” and “westusa” in your YAML, but the correct Azure region names are “eastus2” and “westus”. If you’re deploying via CLI/ARM/Terraform, use the exact region code. - Free-tier SKU on Flexible Server:
• Flexible Server’s free-tier in the 12 month free account uses the Burstable B1ms node (SKU “Standard_B1ms”), not “F1”. The F1 SKU is only available for the older Single-Server SKU, not Flexible.
• To see which SKUs are available in a given region, you can run:az mysql flexible-server list-skus --location eastus2 --query "[?tier=='Burstable']" - Subscription and resource-provider:
• Make sure your subscription is the free-offer subscription.
• Verify the Microsoft.DBforMySQL resource provider is registered: az provider register --namespace Microsoft.DBforMySQL****
Also, if the region you want is having capacity issue,
Below instructions work without paying for support.
Please carefully follow my instructions below to create a new Service and subscription limits (quotas) request to allow access to deploy Azure Database for MySQL Flexible Server in the desired region.
1. Navigate to this link to start the process:
https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview
2. Click Create a support request button at top
3. If you see Support AI Assistant as shown below, click Switch to old experience button on right. Otherwise, proceed to step #4
4. Enter quota in the box and click Go
5. Select Others / Service and subscription limits (quotas) and click Next
6. Click Create a support request button, as shown
7. Select Issue type: Service and subscription limits (quotas), Subscription, Quota type: Azure Database for MySQL Flexible Server, click Next
8. Now you should be on Additional details tab. Click Enter details
9. Select Region access or Region access with zonal dependency, select Location you need, enter number of cores needed (you may need higher than screenshot), click Save and continue
10. Finish filling out Additional details tab, click Next, review and click Create. You should receive an automated email within a few minutes.