Capacity is not available in this region/zone. Please retry after some time - PostgreSQL EastUS

Praveen M 0 Reputation points
2025-12-02T13:45:48.3566667+00:00

We are facing an issue with scaling up PostgreSQL flexible server.

Error Detail:
Type: Microsoft.DBforPostgreSQL/flexibleServers

CorrelationID: 6856de9b-d5ce-4c26-ac3b-a52e6186c664

TrackingID: 920f937f-2e62-47a7-86a7-1e175c25e0da

ServiceRequestID: 04752418-4665-4cf4-85b5-4a3533c48d79

{
  "code": "DeploymentFailed",
  "target": "/subscriptions/{subscriptionID}/resourceGroups/my-rg/providers/Microsoft.Resources/deployments/Microsoft.PostgreSQLFlexibleServer.UpdateComputeAndStoragePostgr",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "code": "ResourceDeploymentFailure",
      "target": "/subscriptions/{subscriptionID}/resourceGroups/my-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/my-pgsql",
      "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."
    }
  ]
}

We are trying to scale up the pgsql to the below configuration

Compute tier: Memory Optimized

Compute processor: AMD

Compute Size: Standard_E8ads_v5 (8 vCores, 64 GiB memory, 12800 max iops)

Storage size: 1TiB

Performance tier: P30 (5000 iops)

Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Amira Bedhiafi 41,111 Reputation points Volunteer Moderator
    2025-12-02T18:04:44.11+00:00

    Hello Praveen !

    Thank you for posting on Microsoft Learn Q&A.

    This is not related to your quota but it is more like you don't have a backend capacity in East US for the Memory Optimized / AMD Standard_E8ads_v5 SKU in the availability zone where your Flexible Server is running. You can:

    • Run az postgres flexible-server list-skus --location eastus and pick an SKU that is currently available (for example an Intel-based Memory Optimized size or a different E-series size)
    • If you need exactly Standard_E8ads_v5, create a new server in a different AZ or region where that SKU is available and migrate the database

    You can open an Azure Support ticket for better assistance.

    0 comments No comments

  2. Saraswathi Devadula 13,410 Reputation points Microsoft External Staff Moderator
    2025-12-03T11:47:24.9433333+00:00

    Hello **Praveen M

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


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.