Hello,
I am trying to connect to my SQL Managed Instance from my laptop using Windows Authentication. I have followed all the steps outlined in the following documentation:
Configure Auditing for Azure SQL Managed Instance.
https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/auditing-configure?view=azuresql
However, when I attempt to use Windows Authentication, I encounter the following error:
Login failed. The login is from an untrusted domain and cannot be used with Integrated Authentication. (Framework Microsoft SqlClient Data Provider)
Has anyone experienced a similar issue and can provide insights or suggestions?
Thank you in advance for your help!