I am trying to create a DB first Entity Framework(EF6) out of an SQL DB hosted in Azure. The DB has Azure MFA ("Universal with MFA Authentication") type of auth.
The issue is that I am unable to create DB first EF from the DB with "Azure MFA" auth. While creating EF in the Visual Studio, the authentication type of DB is asked below the db server name, but there is no Azure MFA option listed below.
ActiveDirectoryInteractive
, It produces an interactive experience by displaying dialog boxes for the user password, and then for Multi-Factor Authentication validation if Multi-Factor Authentication is imposed on this user. For more details, please refer to stackoverflow.com/questions/32699236/… – Jim Xu