I am facing issues with the azure private endpoint for managed Postgres. To summarize I have been using Azure Managed Postgres and Private Endpoint already , but one day I accidentally deleted the "managed Postgres" service , Now in my setup I had 1 private endpoint for each Postgres server. Once I deleted the server that endpoint was of no use so I deleted that too.
Now for the past couple of days I have been trying to create a new endpoint but with no success , I was able to create Postgres server with the same name without any issues but endpoint is really a pain. Would appreciate any help. Below is the error I am facing everytime.
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "ResourceNotFound",
"message": "The requested resource of type 'Microsoft.DBforPostgreSQL/servers/privateEndpointConnectionProxies' with name 'postgres-qa-ldc-pep.9bc885b4-01af-48b3-8f0c-15749bf07ad1' was not found.",
"details": []
}
]
}
}
Now I assume the proxies are all handled by azure in backbone network , how do I fix this ? I already tried and waited multiple days in hope it gets cleaned itself but to no avail.
Appreciate help.