After deployed the application on Azure, using a SQL Azure, I receive a "login failed" message using a user with db_owner rights on single database. (No database_creation rights)
If I swap to a server administrator, the application works.
It seems the current user wants to access the master database. I've already created a database and so there is no need to access the master database.
The connection string should include Persiste Security Info = True and Trust Server Certificate = true to be able to connect to an Azure SQL with the sql client
After deployed the application on Azure, using a SQL Azure, I receive a "login failed" message using a user with db_owner rights on single database. (No database_creation rights) If I swap to a server administrator, the application works.
It seems the current user wants to access the master database. I've already created a database and so there is no need to access the master database.