You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Hi, We want to connect to Azure Sql database using Azure SQL authentication with a Managed Service Identity, But through Enterprise Library is not possible
Using native SqlConnection it is possible, But as I said, EL doesn't support this behavior
But, If we use database = new GenericDatabase(builder.ConnectionString, 'System.Data.SqlClient'); it is not possible to set AccessToken in the same connection object in the database object that was created.