An Azure managed MySQL database service for app development and deployment.
Hello **Henrique Faria
**It looks like the “Provisioning in requested region is not supported” error is coming from the fact that PITR (or Fast Restore) needs to spin up a brand-new Flexible Server in the same region as your source, and Azure is currently blocking any new Flexible Server deployments in that region. Here’s what’s going on and your options:
Does this error usually indicate a regional capacity/access restriction?
• Yes. When you see “Provisioning in requested region is not supported,” it generally means Azure doesn’t currently allow that SKU (or any Flexible Server) to be created in that region—often due to capacity limits, a service rollout scope, or a backend restriction.
Workarounds when geo-restore isn’t enabled:
• Try deploying a brand-new Flexible Server of the same tier in that region via the portal or CLI. If that immediately fails with the same error, it confirms a regional provisioning block.
• If you need immediate recovery but geo-restore wasn’t on, do a logical export/import instead:
- Create a new Flexible Server in a region that does support it (or wait until your region opens up).
- Use mysqldump or Azure Database Migration Service to export from your source and import into the new target.
- If you’re able to provision a server in the region with a different SKU (for example, bumping memory/cores or changing vCore family), you could spin up that SKU, then migrate data over.
- Is opening a paid support ticket the only path?
• No, as the steps shared by TP, you can create the request, without any paid support. And the support team will enable the region for you.
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 SQL database in the desired region.
1. Navigate to this link to start the process:
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.