Azure – az sql db show returns $true when database does not exist
Do you have any idea why it's not working correctly? $resut = az sql db show --name "NotExistingDB" --resource-group "rg" --server "server" | ConvertFrom-Json checking if database exists - it should return false because it does not. $? :- Writing…