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
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-data-discovery-and-classification.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,40 +83,28 @@ Once the tenant-wide policy has been defined, you can continue with the classifi
83
83
84
84
4. To download a report in Excel format, click on the **Export** option in the top menu of the window.
85
85
86
-

87
-
88
86
5. <aid="step-5"></a>To begin classifying your data, click on the **Classification tab** at the top of the window.
89
87
90
-

91
-
92
88
6. The classification engine scans your database for columns containing potentially sensitive data and provides a list of **recommended column classifications**. To view and apply classification recommendations:
93
89
94
-
- To view the list of recommended column classifications, click on the recommendations panel at the bottom of the window:
95
-
96
-

90
+
- To view the list of recommended column classifications, click on the recommendations panel at the bottom of the window
97
91
98
92
- Review the list of recommendations – to accept a recommendation for a specific column, check the checkbox in the left column of the relevant row. You can also mark *all recommendations* as accepted by checking the checkbox in the recommendations table header.
- In the context window that opens, select the schema > table > column that you want to classify, and the information type and sensitivity label. Then click on the blue **Add classification** button at the bottom of the context window.
113
103
114
104

115
105
116
106
8. To complete your classification and persistently label (tag) the database columns with the new classification metadata, click on **Save** in the top menu of the window.
## <aid="subheading-3"></a>Auditing access to sensitive data
121
109
122
110
An important aspect of the information protection paradigm is the ability to monitor access to sensitive data. [Azure SQL Database Auditing](sql-database-auditing.md) has been enhanced to include a new field in the audit log called *data_sensitivity_information*, which logs the sensitivity classifications (labels) of the actual data that was returned by the query.
@@ -177,7 +165,7 @@ You can use PowerShell to manage classifications and recommendations for Azure S
177
165
178
166
## <aid="subheading-6"></a>Next steps
179
167
180
-
- Learn more about [advanced data security](sql-database-advanced-data-security.md).
168
+
- Learn more about [Advanced Data Security](sql-database-advanced-data-security.md).
181
169
- Consider configuring [Azure SQL Database Auditing](sql-database-auditing.md) for monitoring and auditing access to your classified sensitive data.
182
170
- For a YouTube presentation that includes Data Discovery & Classification, see [Discovering, classifying, labeling & protecting SQL data | Data Exposed](https://www.youtube.com/watch?v=itVi9bkJUNc).
0 commit comments