I am trying to get a list of Azure database backups and am using the following
az sql db backup list --resource-group "MyRG" --server "<myservvername>.database.windows.net" --database-name "MyDb" --query '[0].id' --output tsv
but gives an error
ERROR: ‘backup’ is misspelled or not recognized by the system.
how can i get a list of these backups using az cli ?