"An unexpected error occured while processing the request." when trying to create Azure Flexlible Postgresql Server

Sławomir Nowak 31 Reputation points
2022-11-02T20:09:34.297+00:00

Recently, we did some changes in our terraform code that resulted in destroying and then re-creating our Flexible Postgres instance.
For some reason, terraform is no longer able to create the database for us:

╷  
│ Error: creating Flexible Server (Subscription: "redacted"  
│ Resource Group Name: "nfs-dev-postgres-rg"  
│ Server Name: "nfs-dev-postgres"): polling after Create: Code="InternalServerError" Message="An unexpected error occured while processing the request. Tracking ID: '42eaeeab-c77c-4ddf-b0ca-a949a4e36d8f'"  
│   
│   with azurerm_postgresql_flexible_server.nfs_postgres,  
│   on main.tf line 69, in resource "azurerm_postgresql_flexible_server" "nfs_postgres":  
│   69: resource "azurerm_postgresql_flexible_server" "nfs_postgres" {  
│   
╵  
  

After further investigation, it looks like we're no longer able to create any postgres instance under that subscription - I tried with both terraform and then manually, in Azure Portal.

Can you pleae help us investigate the case? Are we hitting some resource quotas?

Azure Database for PostgreSQL
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 16,636 Reputation points Microsoft Employee
    2022-11-02T22:13:08.527+00:00

    Hi @Sławomir Nowak Thank you for posting your question on Microsoft Q&A and for using Azure services.

    As per my understanding you are facing some issue creating a PostgreSQL flexible server using terraform or manually.

    There is an outage going one 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.

    Important note: I can see above your post that you are sharing some sensitive information like subscription could be please hide any sensitive information because this is a public forum.

    Regards,
    Oury


0 additional answers

Sort by: Most helpful