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/purview/apply-classifications.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,11 @@ This document explains how to apply classifications to your data.
24
24
- Set up scan on your data sources.
25
25
26
26
## Apply classifications
27
+
27
28
In Microsoft Purview, you can apply system or custom classifications on a file, table, or column asset. This article describes the steps to manually apply classifications on your assets.
28
29
29
30
### Apply classification to a file asset
31
+
30
32
Microsoft Purview can scan and automatically classify documents. For example, if you have a file named *multiple.docx* and it has a National ID number in its content, Microsoft Purview adds the classification **EU National Identification Number** to the file asset's detail page.
31
33
32
34
In some scenarios, you might want to manually add classifications to your file asset or if you have multiple files that are grouped into a resource set, add classifications at the resource set level.
@@ -94,19 +96,22 @@ To add a classification to a column:
94
96
:::image type="content" source="./media/apply-classifications/confirm-classification-added.png" alt-text="Screenshot showing how to confirm that a classification was added to a column schema.":::
95
97
96
98
## View classification details
99
+
97
100
Microsoft Purview captures important details like who applied a classification and when it was applied. To view the details, hover over the classification to revel the Classification details card. The classification details card shows the following information:
101
+
98
102
- Classification name - Name of the classification applied on the asset or column.
99
103
- Applied by - Who applied the classification. Possible values are scan and user name.
100
104
- Applied time - Local timestamp when the classification was applied via scan or manually.
101
105
- Classification type - System or custom.
102
106
103
-
Users with *Data Curator* role will see additional details for classifications that were applied automatically via scan. These details will include sample count that the scanner read to classify the data and distinct data count in the sample that the scanner found.
107
+
Users with *Data Curator* role will see more details for classifications that were applied automatically via scan. These details will include sample count that the scanner read to classify the data and distinct data count in the sample that the scanner found.
104
108
105
109
:::image type="content" source="./media/apply-classifications/view-classification-detail.png" alt-text="Screenshot showing how to view classification detail.":::
106
110
107
111
## Impact of rescanning on existing classifications
108
112
109
-
Classifications are applied the first time, based on sample set check on your data and matching it against the set regex pattern. At the time of rescan, if new classifications apply, the column gets additional classifications on it. Existing classifications stay on the column, and must be removed manually.
113
+
Classifications are applied the first time, based on sample set check on your data and matching it against the set regex pattern. At the time of rescan, if new classifications apply, the column gets more classifications on it. Existing classifications stay on the column, and must be removed manually.
110
114
111
115
## Next steps
116
+
112
117
To learn how to create a custom classification, see [Create a custom classification](create-a-custom-classification-and-classification-rule.md).
0 commit comments