azure powershell command to reduce or increase the VCores of a postgresql database in azure
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 and got the error: I want the command to work and be able to reduce the VCores…