Created this a database from a backup.
I want to delete this database because I selected the incorrect backup. When trying to delete the database I get the following error:
Failed to delete the database: [DBNAME]. ErrorCode: 400 ErrorMessage: Cannot use reserved database name '[DBNAME]' in this operation. This is an SQL database.
Steps taken to delette database:
- Open Azure Portal.
- Select Database ([DBNAME]).
- Click delete button.
- Get above mentioned error.
Connecting with SSMS: The Database that I want to delete is not there
It sounds like you have used a reserved word in the DB name and for some reason the deletion process in the Azure portal isn't dealing with this. A couple of ways to deal with the immediate issue:
I would also suggest raising an bug with MS as the portal should either handle this, or prevent you from creating the DB in the first place.