An Azure managed PostgreSQL database service for app development and deployment.
@RAFAEL AGUDO MARTIN I hope you are doing well,
Belgium Central does support Azure Database for PostgreSQL Flexible Server, so this does not appear to be a general regional availability issue. https://learn.microsoft.com/en-us/azure/postgresql/overview
Because you are using an Azure for Students subscription, the more likely possibilities are a subscription-specific regional restriction, quota/capacity limitation, or temporary provisioning issue. Microsoft specifically notes that Azure program subscriptions, including Azure for Students, can have limited region access. https://learn.microsoft.com/en-us/azure/postgresql/troubleshoot/how-to-resolve-capacity-errors
Since the resource provider is already registered, I would check the following:
· Check Subscriptions → Usage + quotas for PostgreSQL Flexible Server in Belgium Central.
· Try the same deployment with another supported Burstable SKU, if available.
· Check the Activity Log using the correlation/tracking ID from the failed deployment.
· Retry after a few minutes, as Microsoft recommends for InternalServerError.
·
You can also run:
az monitor activity-log list --correlation-id <correlation-id>
Microsoft's troubleshooting guidance specifically recommends checking the Activity Log for InternalServerError provisioning failures. Please let us know if you find something specific in logs.
So I would not conclude yet that B1ms is unavailable for all Azure for Students subscriptions in Belgium Central. The evidence points more toward a subscription-specific restriction, quota, or temporary provisioning issue.
· Microsoft: Resolve capacity errors for PostgreSQL Flexible Server
If this answer helped clarify the platform capabilities and save you troubleshooting time, please consider marking it as Accepted. This helps others in the community find similar solutions.