Azure PostgreSQL Flexible Server B1ms fails to provision in Belgium Central with InternalServerError

RAFAEL AGUDO MARTIN 0 Reputation points
2026-08-28T14:15:04.9166667+00:00

I am using an Azure for Students subscription and I cannot provision Azure Database for PostgreSQL Flexible Server in Belgium Central.

Configuration: PostgreSQL 17 Standard_B1ms Burstable tier 32 GB storage High availability disabled

I reproduced the issue both through the Azure Portal and Azure CLI, including with a different server name.

Both attempts return: InternalServerError

Tracking IDs: edef52b9-b418-4a82-be93-455ec3a5daac 3e16eb17-a391-4033-a3df-9cc57f8c93a6

The Microsoft.DBforPostgreSQL resource provider is registered.

My Azure VM is already located in Belgium Central, so I would like to deploy PostgreSQL in the same region rather than use another Azure region and incur inter-region traffic.

Could someone confirm whether Standard_B1ms provisioning is currently restricted or unavailable for Azure for Students subscriptions in Belgium Central?

Azure Database for PostgreSQL

1 answer

Sort by: Newest
  1. Jose Benjamin Solis Nolasco 12,036 Reputation points Volunteer Moderator
    2026-08-28T19:55:21.69+00:00

    @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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.