Skip to content

Commit 190aa0d

Browse files
authored
Merge pull request #49307 from JulianePadrao/update-configure-database-authentication-authorization
Update configure-database-authentication-authorization
2 parents d875cf8 + e020e3d commit 190aa0d

21 files changed

+117
-122
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
"source_path_from_root": "/learn-pr/wwl/monitor-fabric-items/8-summary.yml",
188188
"redirect_url": "/training/modules/monitor-fabric-items/7-summary"
189189
},
190+
{
191+
"source_path_from_root": "/learn-pr/wwl-data-ai/configure-database-authentication-authorization/2-describe-active-directory.yml",
192+
"redirect_url": "/training/modules/configure-database-authentication-authorization/"
193+
},
190194
{
191195
"source_path_from_root": "/learn-pr/wwl-data-ai/query-data-warehouse-microsoft-fabric/2-use-sql-query-editor.yml",
192196
"redirect_url": "/training/modules/query-data-warehouse-microsoft-fabric/"

learn-pr/wwl-data-ai/configure-database-authentication-authorization/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: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/2-describe-active-directory.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

learn-pr/wwl-data-ai/configure-database-authentication-authorization/3-describe-authentication-identities.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: Describe authentication and identities
88
description: "Describe authentication and identities"
9-
ms.date: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/4-describe-security-principals.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: Describe Security Principals
8-
description: "Describe Security Principals"
9-
ms.date: 04/26/2022
10-
author: wwlpublish
8+
description: "Describe security principals"
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/5-describe-database-object-permissions.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: Describe database and object permissions
88
description: "Describe database and object permissions"
9-
ms.date: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/6-identify-authentication-and-authorization.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: Identify authentication and authorization failures
88
description: "Identify authentication and authorization failures"
9-
ms.date: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/7-exercise-authorize-access-sql-database-azure-active-directory.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: 'Exercise: Authorize Access to Azure SQL Database with Microsoft Entra ID'
88
description: "Exercise: Authorize Access to Azure SQL Database with Microsoft Entra ID"
9-
ms.date: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/configure-database-authentication-authorization/8-knowledge-check.yml

Lines changed: 17 additions & 17 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: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false
@@ -22,55 +22,55 @@ quiz:
2222
choices:
2323
- content: "Kerberos"
2424
isCorrect: false
25-
explanation: "That's incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
25+
explanation: "Incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
2626
- content: "LDAP"
2727
isCorrect: false
28-
explanation: "That's incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
28+
explanation: "Incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
2929
- content: "OAuth"
3030
isCorrect: true
31-
explanation: "That's correct. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
31+
explanation: "Correct. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
3232
- content: "Which database stores the information about logins in SQL Server?"
3333
choices:
3434
- content: "master"
3535
isCorrect: true
36-
explanation: "That's correct. Logins are stored in the master database."
36+
explanation: "Correct. Logins are stored in the master database."
3737
- content: "model"
3838
isCorrect: false
39-
explanation: "That's incorrect. The model database doesn't store any user or job information."
39+
explanation: "Incorrect. The `model` database doesn't store any user or job information."
4040
- content: "msdb"
4141
isCorrect: false
42-
explanation: "That's incorrect. The MSDB database stores data related to the SQL Server Agent."
42+
explanation: "Incorrect. The `msdb` database stores data related to the SQL Server Agent."
4343
- content: "Which role allows users to create users within a database?"
4444
choices:
4545
- content: "db_datareader"
4646
isCorrect: false
47-
explanation: "That's incorrect. This role only allows users to read all of the data in a given database, but not write any data."
47+
explanation: "Incorrect. This role only allows users to read all of the data in a given database, but not write any data."
4848
- content: "db_accessadmin"
4949
isCorrect: true
50-
explanation: "That's correct. Access admin can add users to the database and create them."
50+
explanation: "Correct. Access admin can add users to the database and create them."
5151
- content: "db_securityadmin"
5252
isCorrect: false
53-
explanation: "That's incorrect. The security admin role is privileged, but can't create logins and users."
53+
explanation: "Incorrect. The security admin role is privileged, but can't create logins and users."
5454
- content: "Which permission allows the user to perform any option against a database object?"
5555
choices:
5656
- content: "Control"
5757
isCorrect: true
58-
explanation: "That's correct. Control allows the user to drop or modify an object."
58+
explanation: "Correct. Control allows the user to drop or modify an object."
5959
- content: "Delete"
6060
isCorrect: false
61-
explanation: "That's incorrect. The delete permission only allows for deletion of data in a table."
61+
explanation: "Incorrect. The `DELETE` permission only allows for deletion of data in a table."
6262
- content: "View Definition"
6363
isCorrect: false
64-
explanation: "That's incorrect. View definition only allows the user to see the DDL for the object."
64+
explanation: "Incorrect. View definition only allows the user to see the DDL for the object."
6565
- content: "What feature allows a user to execute a stored procedure without having permission to access the tables referenced in the stored procedure?"
6666
choices:
6767
- content: "Ownership chaining"
6868
isCorrect: true
69-
explanation: "That's correct. Ownership chaining effectively gives the user temporary access to the objects called by the procedure."
69+
explanation: "Correct. Ownership chaining effectively gives the user temporary access to the objects called by the procedure."
7070
- content: "Principle of least privilege"
7171
isCorrect: false
72-
explanation: "That's incorrect. The principle of least privilege is a concept and not a functional action."
72+
explanation: "Incorrect. The principle of least privilege is a concept and not a functional action."
7373
- content: "Granular security"
7474
isCorrect: false
75-
explanation: "That's incorrect. Granular security would involve granting access to the procedure, but not actual manage the privileges."
75+
explanation: "Incorrect. Granular security would involve granting access to the procedure, but not actual manage the privileges."
7676

learn-pr/wwl-data-ai/configure-database-authentication-authorization/9-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: 04/26/2022
10-
author: wwlpublish
9+
ms.date: 02/25/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

0 commit comments

Comments
 (0)