Skip to content

Commit 455bd75

Browse files
committed
update
1 parent 8880a36 commit 455bd75

17 files changed

+56
-62
lines changed

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: 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 Security Principals
88
description: "Describe Security Principals"
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/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: 2 additions & 2 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

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
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
Azure SQL Database has several authentication and authorization options which are different from the options in SQL Server. This is because Azure SQL Database and Azure SQL Managed Instance rely on Microsoft Entra ID instead of Windows Server Active Directory.
1+
Azure SQL offerings provide several authentication and authorization options that differ from those in SQL Server. This is because Azure SQL Database and Azure SQL Managed Instance rely on Microsoft Entra ID instead of Windows Server Active Directory.
22

3-
This module explores the practices of granting permissions and what the various permissions do within a database. This module also explores the concept of least privilege. While the built-in roles in SQL Server and other database engines provide broad brushes of security privileges, many applications need more granular security on database objects.
3+
This module explores best practices for granting permissions and the various permissions available within a database. It also delves into the concept of *least privilege*. While built-in roles in SQL Server and other database engines offer broad security privileges, many applications require more granular security on database objects.
44

55
## Learning objectives
66

77
In this module you will learn about:
88

9-
- Describe the differences between Active Directory and Microsoft Entra ID
10-
- Explain authentication Options for Azure SQL Database
9+
- Explain authentication options for Azure SQL offerings
1110
- Describe security principals
1211
- Explain object permissions
1312
- Identify authentication and authorization failures

0 commit comments

Comments
 (0)