Hi,
I recently spun up an Azure SQL Managed Instance and restored a DB. In my connection string for my on-prem app, I can configure the SA UN/PW that I specified during the MI creation, and successfully connect the app to the DB. This was just to test the fact I can get from my app, to the MI DB.
Of course, I would prefer not to have a UN or PW contained within the Connection String. Is it possible to connect to a SQL MI WITHOUT using a UN and PW in the connection string?
Cheers