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
Severity Code Description Project File Line Suppression State
Error FS3033 The type provider 'FSharp.Data.SqlCommandProvider' reported an error: Cannot find an authentication provider for 'ActiveDirectoryInteractive'. CopyDataDbToDb C:\projects2\CopyDataDbToDb\CopyDataDbToDb\Program.fs 7 Active
solution
Ideally, that the authentication scheme is supported
more info
For now, I have copied the DB onto my local machine so I can work with it, but the data will quickly become stale.
What you can do
I consider contributing the feature
I consider help in testing the feature
The text was updated successfully, but these errors were encountered:
@sachinshahredmane, could you confirm you can connect to the same database using a plain SqlConnection from System.Data.SqlClient namespace with the same connection string?
problem
Try to connect to an Azure SQL database using the Active Directory Interactive authentication scheme.
This provides the following error message:
solution
Ideally, that the authentication scheme is supported
more info
For now, I have copied the DB onto my local machine so I can work with it, but the data will quickly become stale.
What you can do
The text was updated successfully, but these errors were encountered: