Cannot create a new Azure Database for PostgreSQL Flexible Server

Quentin 6 Reputation points
2022-11-02T15:59:47.307+00:00

Hey! I'm trying to create a new PostgreSQL flexible server in an existing ressource group. I tried using the CLI and via the Portal, but always get the same error.

Checking the existence of the resource group 'production'...  
Resource group 'production' exists ? : True  
Creating PostgreSQL Server 'msc-audit' in group 'production'...  
Your server 'msc-audit' is using sku 'Standard_B1ms' (Paid Tier). Please refer to https://aka.ms/postgres-pricing for pricing details  

(InternalServerError) An unexpected error occured while processing the request. Tracking ID: 'f3e2401d-0a34-4a12-b55b-b78464b2817b'  
Code: InternalServerError  
Message: An unexpected error occured while processing the request. Tracking ID: 'f3e2401d-0a34-4a12-b55b-b78464b2817b'  

I already have one Flexible server that I had created 2 years ago. What could be the problem ?

Using the CLI, here is the command

az postgres flexible-server create --location westeurope --resource-group xx --name db-name --admin-user xxx --admin-password xxx --sku-name Standard_B1ms --tier Burstable --public-access x.x.x.x --storage-size 128 --version 14  
Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
    2022-11-02T16:36:06.513+00:00

    Hi, @Quentin Welcome to the Microsoft Q&A platform, and thanks for using Azure Services.
    I understand that you are facing an issue while deploying Azure Postgres SQL and you also tried using CLI.
    Sorry for the inconvenience caused There is an outage going on for customers creating Azure PostgreSQL flexible server. Our Product Group are actively working on it.
    Existing servers are not impacted. Only PITR and new server creations are impacted.
    you can also track azure service outages using the link below.
    Https://Status.azure.com

    Regards
    Geetha


Your answer

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