2 questions:
Are there ways to connect to SQL Azure from SSMS without passing in any credentials? Similar to how we can connect to an on-prem SQL instance via Windows authentication.
If I have a Azure web app, can I connect to my Azure SQL without
passing the credentials through the connection string? Just like how
I can set Integrated Security = True when connecting to an on-prem
SQL database