To look into my previous posts on Microsoft Azure.
We can enable SQL Auditing on Azure portal in Database level as well as in Server level.
Before enabling SQL Auditing, we need to create Storage for Audit logs.
Click on STORAGE and try like as shown in below images:


To enable SQL Auditing on Azure portal in Server level:
SQL DATABASES - > click on SERVERS - > click on server name - > AUDITING & SECURITY


To enable SQL Auditing on Azure portal in Database level:
SQL DATABASES - > click on DATABASES - > click on database name - > AUDITING & SECURITY
We can also Inherit auditing settings from server as shown in below image:
SQL DATABASES - > click on DATABASES - > click on database name - > AUDITING & SECURITY - > dynamic data masking

then click on "+" symbol in the bottom ADD MASK to configure dynamic data masking rule on column of a table.
Say for example I have created data masking rule on column CreditCardNumber


Azure - SQL Auditing
We can enable SQL Auditing on Azure portal in Database level as well as in Server level.
Before enabling SQL Auditing, we need to create Storage for Audit logs.
Click on STORAGE and try like as shown in below images:
To enable SQL Auditing on Azure portal in Server level:
SQL DATABASES - > click on SERVERS - > click on server name - > AUDITING & SECURITY
To enable SQL Auditing on Azure portal in Database level:
SQL DATABASES - > click on DATABASES - > click on database name - > AUDITING & SECURITY
We can also Inherit auditing settings from server as shown in below image:
Azure - Dynamic data masking
To enable data masking on Azure portal :SQL DATABASES - > click on DATABASES - > click on database name - > AUDITING & SECURITY - > dynamic data masking
then click on "+" symbol in the bottom ADD MASK to configure dynamic data masking rule on column of a table.
Say for example I have created data masking rule on column CreditCardNumber
Microsoft sites on Dynamic data masking:
- https://azure.microsoft.com/en-in/documentation/articles/sql-database-dynamic-data-masking-get-started/
- https://azure.microsoft.com/en-us/blog/dynamic-data-masking-generally-available/
- http://blogs.msdn.com/b/azuresecurity/archive/2015/02/25/dynamic-data-masking-in-azure-sql-database.aspx
- http://blogs.msdn.com/b/sqlsecurity/archive/2015/10/22/dynamic-data-masking-highlighting-the-latest-improvements.aspx
- https://channel9.msdn.com/Blogs/MostafaElzoghbi/Dynamic-Data-Masking-in-SQL-Azure
No comments:
Post a Comment