We are trying to connect to our SQL Managed Instance in Azure from an on Prem VM. We need to have it set up using Windows Authentication for our vendor. We are using AD Cloud sync to sync the vendor account over to AAD. I followed the documentation and we used the "incoming trust-based flow". I went thru all the Kerberos set up but when I try to connect, I get "The target principal name is incorrect. Cannot generate SSPI context." When I run the "klist get krbtgt/kerberos.microsoftonline.com" I get tickets returned. When I run klist get <miname>.<dnszone>.database.windows.net , I get 0x6fb: SQL SPN not found
that tells me just to revisit the steps.
I am kind of at a stand still. Any thoughts on what I can be missing?
