Score:0

how to fix ProvisioningDisabled for postgres flexible server

cn flag

I am trying to create a flexible server of postgres and when I tried, the quota exhausted for eastus2. So I tried centralindia and got below error.

Error: waiting for creation of the Postgresql Flexible Server "testaksk8s-del-postgres-del" (Resource Group "testaksk8s-del-postgres"): Code="ProvisioningDisabled" Message="Specified Availability Zone not supported in this region."
│
│   with azurerm_postgresql_flexible_server.example,
│   on 12-postgres.tf line 15, in resource "azurerm_postgresql_flexible_server" "example":
│   15: resource "azurerm_postgresql_flexible_server" "example" {

Any suggestions on how to fix this?

Score:0
cn flag

The answer is in the error you received:

Specified Availability Zone not supported in this region.

Not all regions have AZ support. You can see which ones do here.

Edit: I see that Central India had AZ support added in December last year, so in theory this should have worked. I wonder if there's an issue with AZs there right now.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.