Received an error when originally deploying a postgreSQL flexible server in East US via Terraform:
InternalServerError An unexpected error occured while processing the request
Now it is stuck in "Provisioning" and if I click into the resource it shows:
Cannot read properties of undefined (reading 'createdAt')
Tried deleting it via the CLI, but it says it can't find any such resource:
az postgres flexible-server delete --resource-group <rg-name> --name <db-name>
Also tried clicking into the resource group and deleting the resource there which also failed.
I also tried re-deploying it via Terraform and also via the Azure UI and both failed with the same InternalServerError.
We need to keep the name of this server, so we can't retry deploying under a different name.