I have used the command, and I’m not able to get the expected result.
Update-AzPostgreSqlConfiguration -ResourceGroupName resourcegroupname -ServerName mydemoserver -Value SQL_STANDARD -Sku-name D2ds_v4
I want the command to work and be able to reduce the VCores of my PostgreSQL database.
2
Answers
@PramodValavala thank you for the answer but I already found the answer.
You need to use the
Update-AzPostgreSqlServer
cmdlet which has the-Sku
and-SkuCapacity
parameters depending on your requirement.