HTTP response was nil; connection may have been reset

Kukkala, Venugopal 41 Reputation points
2024-02-21T20:49:52.3766667+00:00

Error: creating Flexible Server (Subscription: "00000000" │ Resource Group Name: "XYG-rg" │ Flexible Server Name: "XYZ-pqsql-flex-db"): performing Create: Put "https://management.azure.com/subscriptions/000/resourceGroups/XYZ-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/XYZ-pqsql-flex-db?api-version=2023-06-01-preview": HTTP response was nil; connection may have been reset │ │ with azurerm_postgresql_flexible_server.XYZ-pqsql-flex-db, │ on pgsql_flx_srvr.tf line 4, in resource "azurerm_postgresql_flexible_server" "XYZ-pqsql-flex-db": │ 4: resource "azurerm_postgresql_flexible_server" "XYZ-pqsql-flex-db" {

Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. Oury Ba-MSFT 16,636 Reputation points Microsoft Employee
    2024-02-22T19:25:53.1733333+00:00

    @Kukkala, Venugopal It’s great to hear that your issue got resolved after waiting for a couple of hours! Sometimes transient issues can indeed cause unexpected behavior. Software systems can exhibit unpredictable behavior due to various factors like network latency, server load, or even temporary glitches. Issue: Deployed an Azure PostgreSQL Flex failed with the below error. Error: creating Flexible Server (Subscription: "00000000" │ Resource Group Name: "XYG-rg" │ Flexible Server Name: "XYZ-pqsql-flex-db"): performing Create: Put "https://management.azure.com/subscriptions/000/resourceGroups/XYZ-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/XYZ-pqsql-flex-db?api-version=2023-06-01-preview": HTTP response was nil; connection may have been reset │ │ with azurerm_postgresql_flexible_server.XYZ-pqsql-flex-db, │ on pgsql_flx_srvr.tf line 4, in resource "azurerm_postgresql_flexible_server" "XYZ-pqsql-flex-db": │ 4: resource "azurerm_postgresql_flexible_server" "XYZ-pqsql-flex-db" { Resolution: After 2 Hrs I tried the same code and it successfully deployed. Apply complete! Resources: 2 added, 0 changed, 0 destroyed. Keep an eye on Azure service status. Sometimes outages or maintenance activities can impact specific services. Please dont forget to mark as accept answer. This will be useful for other community members with the same issue. However, resolution might not work for everyone. Regards, Oury

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful