I migrated my SQL server database to Azure SQL Database successfully and have been using it for a few months now with no problems. Today I attempted to access the database via SSMS and it asked me to sign in so it could add my IP to the firewall (this happens periodically as I am on DSL). I logged in as usual and got an error message:
An error occurred while creating a new firewall rule.
The server you specified xxx.database.windows.net does not exist in any subscription in [email protected]. Either you have signed in with an incorrect account or your server was removed from subscription(s) in this account. Please check your account and try again.
So I checked my Azure portal and sure enough, the SQL database is not listed there anymore. However, my site still runs and accesses the database. How do I get the database put back into my account again without losing the data?


