I installed Data Masker for SQL Server. How do I connect to an Azure Database? I select 'Create a New Data Masking Set' but I am unable to make a connection? Does this support Azure Active Directory using MFA?
Comments
1 comment
-
Yes you can connect using SQL Authentication to an Azure database.
For the SQL Server you enter the full server namename.database.windows.net.
Select SQL Authentication and enter the account name and password. Finally select the database and schema names you wish to mask upon.
Add comment
Please sign in to leave a comment.