0

I try to scale (provide more Cores) to my Azure Postgres DB (Flexible Server). No matter which size I choose, I always get the same error: "Specified Availability Zone not supported in this region."

The DB is deployed to Sweden Central. According to this, Sweden Central supports availability zones. The VM Sizes I tried are also available in that region.

Does anyone has any ideas how to resolve this issue?

Thanks in advance.

msts1906
  • 89
  • 1
  • 11

1 Answers1

1

error: "Specified Availability Zone not supported in this region."

We also tried in our Environment with Region: Sweden Central we also got same error but when we tried with Region: East US the database is scaled from 2 cores to 8 cores successfully.

You can raise support ticket to Microsoft from here for more asistance on this.

Pratik Lad
  • 4,343
  • 2
  • 3
  • 11
  • You seem to be right. It seems to be a sweden problem. I was able to scale the DB in West Europe too. I already opened a ticket – msts1906 Jul 21 '22 at 09:26