I have a new Azure account. I am able to log into the \'manage\' page as admin, but I forgot the password to one of my databases. I would like to reset the password on that
You can actually reset your admin password to your SQL database using the old/previous Silverlight portal.
Log into https://windows.azure.com/ or into the current one and select "Previous portal" from your login
In the previous portal click the "Database" menu item on the bottom left
Select the database from the subscription
click the "reset password"
If someone had forgotten his password for DB, First of all, look at the connection string(appsettings.json).
You will find it there.
Update for new portal:
Go to the SQL server that's hosting your SQL DB and click on "Reset password".