I currently have 10 SQL databases in Azure. In the Azure Portal I have my username (omnipos).
When I want to connect to the databases with MSSM I got the error
Cannot execute as the database principal because the principal "[USERNAME]" does not exist, this type of principal cannot be impersonated, or you do not have permission. (Microsoft SQL Server, Error: 15517)
However the web apps that are using these databases are working fine (with the same username and password).
Firewall in Azure is set up correctly. During months I could connect to these databases with Visual Studio Express 2015 for Web but since today it isn't working anymore.
Any suggestions?