Skip to content

Commit 2084918

Browse files
authored
Merge pull request #49311 from JulianePadrao/update-implement-compliance-controls-sensitive-data
Updates to implement-compliance-controls-sensitive-data
2 parents c580aac + bdfcf4f commit 2084918

29 files changed

+112
-204
lines changed

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/10-knowledge-check.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false
@@ -22,43 +22,43 @@ quiz:
2222
choices:
2323
- content: "In the extended properties for each object"
2424
isCorrect: false
25-
explanation: "That's incorrect. This was the case in older versions of SQL Server, but not in SQL Server 2019."
25+
explanation: "Incorrect. This was the case in older versions of SQL Server, but not in SQL Server 2019."
2626
- content: "In the sys.sensitivity_classifications catalog view"
2727
isCorrect: true
28-
explanation: "That's correct. This is the correct view."
28+
explanation: "Correct. This is the correct view."
2929
- content: "In the sys.all_columns catalog view"
3030
isCorrect: false
31-
explanation: "That's incorrect. This view does contain classification."
31+
explanation: "Incorrect. This view does contain classification."
3232
- content: "Which server-level action group audits queries and stored procedures executed against an Azure SQL Database?"
3333
choices:
3434
- content: "BATCH_STARTED_GROUP"
3535
isCorrect: false
36-
explanation: "That's incorrect. BATCH_STARTED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation starts executing."
36+
explanation: "Incorrect. BATCH_STARTED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation starts executing."
3737
- content: "BATCH_COMPLETED_GROUP"
3838
isCorrect: true
39-
explanation: "That's correct. BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing."
39+
explanation: "Correct. BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing."
4040
- content: "SENSITIVE_BATCH_COMPLETED_GROUP"
4141
isCorrect: false
42-
explanation: "That's incorrect. SENSITIVE_BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing on sensitive data classified labels."
42+
explanation: "Incorrect. SENSITIVE_BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing on sensitive data classified labels."
4343
- content: "Which block predicate prevents users from updating rows to values that violate its row-level security predicate?"
4444
choices:
4545
- content: "AFTER INSERT"
4646
isCorrect: false
47-
explanation: "That's incorrect. AFTER INSERT prevents users from inserting rows with values that violate the predicate."
47+
explanation: "Incorrect. AFTER INSERT prevents users from inserting rows with values that violate the predicate."
4848
- content: "BEFORE UPDATE"
4949
isCorrect: false
50-
explanation: "That's incorrect. BEFORE UPDATE prevents users from updating rows that currently violate the predicate."
50+
explanation: "Incorrect. BEFORE UPDATE prevents users from updating rows that currently violate the predicate."
5151
- content: "AFTER UPDATE"
5252
isCorrect: true
53-
explanation: "That's correct. AFTER UPDATE prevents users from updating rows to values that violate the predicate."
53+
explanation: "Correct. AFTER UPDATE prevents users from updating rows to values that violate the predicate."
5454
- content: "Which of the following features can be used to automate data discovery through the provision of data scanning and classification as a service?"
5555
choices:
5656
- content: "Database auditing"
5757
isCorrect: false
58-
explanation: "That's incorrect. Database auditing tracks database events and writes them to an audit log in your Azure Storage account, Log Analytics workspace or Event Hubs."
58+
explanation: "Incorrect. Database auditing tracks database events and writes them to an audit log in your Azure Storage account, Log Analytics workspace or Event Hubs."
5959
- content: "Dynamic data masking"
6060
isCorrect: false
61-
explanation: "That's incorrect. Dynamic data masking works by obfuscating data in order to limit its exposure."
61+
explanation: "Incorrect. Dynamic data masking works by obfuscating data in order to limit its exposure."
6262
- content: "Azure Purview"
6363
isCorrect: true
64-
explanation: "That's correct. Azure Purview automates data discovery by providing data scanning and classification as a service for assets across your data estate."
64+
explanation: "Correct. Azure Purview automates data discovery by providing data scanning and classification as a service for assets across your data estate."

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/11-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/2-explore-data-classification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore data classification
88
description: "Explore data classification"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/3-explore-server-and-database-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore server and database audit
88
description: "Explore server and database audit"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/4-implement-dynamic-data-masking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Implement Dynamic Data Masking
88
description: "Implement Dynamic Data Masking"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/5-implement-row-level-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
77
title: Implement Row Level security
8-
description: "Implement Row Level security"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
8+
description: "Implement Row Level Security (RLS)"
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/6-understand-microsoft-defender-for-sql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Understand Microsoft Defender for SQL
88
description: "Understand Microsoft Defender for SQL"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/7-explore-azure-sql-database-ledger.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.implement-compliance-controls-for-sensitive-data.explore-azure-sql-database-ledger
3-
title: Explore Azure SQL Database Ledger
3+
title: Explore Ledger
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: Explore Azure SQL Database Ledger
8-
description: "Explore Azure SQL Database Ledger"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
7+
title: Explore Ledger
8+
description: "Explore Ledger"
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/8-implement-azure-purview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Implement Azure Purview
88
description: "Implement Azure Purview"
9-
ms.date: 09/02/2022
10-
author: wwlpublish
9+
ms.date: 02/26/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

0 commit comments

Comments
 (0)