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
The following built-in roles can read the data classification of an Azure SQL database: `Owner`, `Reader`, `Contributor`, `SQL Security Manager` and `User Access Administrator`.
128
+
129
+
The following built-in roles can modify the data classification of an Azure SQL database: `Owner`, `Contributor`, `SQL Security Manager`.
130
+
131
+
Learn more about [RBAC for Azure resources](https://docs.microsoft.com/azure/role-based-access-control/overview)
132
+
133
+
## <aid="subheading-5"></a>Manage classifications
126
134
127
135
# [T-SQL](#tab/azure-t-sql)
128
136
You can use T-SQL to add/remove column classifications, as well as retrieve all classifications for the entire database.
@@ -146,40 +154,36 @@ You can also use REST APIs to programmatically manage classifications. The publi
146
154
147
155
-[List Recommended By Database](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/listrecommendedbydatabase) - Gets the recommended sensitivity labels of a given database
148
156
149
-
# [PowerShell Cmdlet for Azure SQL](#tab/azure-portal-sqldb)
150
-
You can use PowerShell to get all the recommended columns in an Azure SQL database.
157
+
# [PowerShell Cmdlet](#tab/azure-powelshell)
158
+
You can use PowerShell to get all the recommended columns in an Azure SQL database and in a managed instance.
The following built-in roles can read the data classification of an Azure SQL database: `Owner`, `Reader`, `Contributor`, `SQL Security Manager` and `User Access Administrator`.
170
-
171
-
The following built-in roles can modify the data classification of an Azure SQL database: `Owner`, `Contributor`, `SQL Security Manager`.
172
-
173
-
Learn more about [RBAC for Azure resources](https://docs.microsoft.com/azure/role-based-access-control/overview)
176
+
---
174
177
175
-
## <aid="subheading-5"></a>Next steps
178
+
## <aid="subheading-6"></a>Next steps
176
179
177
180
- Learn more about [advanced data security](sql-database-advanced-data-security.md).
178
181
- Consider configuring [Azure SQL Database Auditing](sql-database-auditing.md) for monitoring and auditing access to your classified sensitive data.
179
182
180
183
<!--Anchors-->
181
-
[SQL data discovery & classification overview]: #subheading-1
184
+
[What is data discovery & classification]: #subheading-1
0 commit comments