morelockc

Results 2 comments of morelockc

I'm trying to do the same thing as @tuol, getting the same warning/error message.

@tuol, it worked for me using connection string like this: `Settings.ConnectionString = "Server=tcp:my-server-name.database.windows.net,1433;Initial Catalog=my-database-name;Persist Security Info=False;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication=Active Directory Integrated;";`