我正在尝试创建一个灵活的postgres服务器,当我尝试时,eastus2的配额耗尽了。所以我试了一下中央情报局,得到了以下的错误。
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" {对如何解决这个问题有什么建议吗?
发布于 2022-01-21 09:17:00
答案是您收到的错误:
Specified Availability Zone not supported in this region.
并非所有地区都得到AZ的支持。您可以看到哪些做这里。
编辑:我看到印度中部在去年12月增加了AZ的支持,所以理论上这应该是可行的。我想知道现在有无与AZs有关的问题。
https://serverfault.com/questions/1090686
复制相似问题