Hello!
From SSMS, I am connecting using the authentication : Azure Active Directory - Universal with MFA to connect to Azure SQL database.
In SSRS, I am trying to create a data source with connection string below, where do I put in information for username and password?
Server=tcp:myserver.database.windows.net,1433;Authentication=Active Directory Integrated;Database=mydatabase;