Skip to content

Commit d88c977

Browse files
authored
Merge pull request #31587 from VanMSFT/20240819_addVid
Add video to native Windows principals
2 parents 4b91c2e + dda5088 commit d88c977

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

azure-sql/managed-instance/native-windows-principals.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the new authentication metadata modes that allow you to
55
author: sravanisaluru
66
ms.author: srsaluru
77
ms.reviewer: mathoma, vanto, wiassaf
8-
ms.date: 07/03/2024
8+
ms.date: 09/03/2024
99
ms.service: azure-sql-managed-instance
1010
ms.subservice: security
1111
ms.topic: conceptual
@@ -21,6 +21,9 @@ When your environment is synchronized between Active Directory (AD) and Microsof
2121

2222
The authentication for SQL Managed Instance and SQL Server is based on metadata that are tied to logins. For Windows authentication logins, the metadata is created when the login is created from the `CREATE LOGIN FROM WINDOWS` command. For Microsoft Entra logins, the metadata is created when the login is created from the `CREATE LOGIN FROM EXTERNAL PROVIDER` command. For SQL authentication logins, the metadata is created when the `CREATE LOGIN WITH PASSWORD` command is executed. The authentication process is tightly coupled with the metadata stored in SQL Managed Instance or SQL Server.
2323

24+
For a video explaining native Windows principals, you can also refer to this Data Exposed episode.
25+
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=native-windows-principals-for-sql-managed-instance-data-exposed]
26+
2427
> [!NOTE]
2528
> Using native Windows principals with **Windows** authentication metadata mode in SQL Managed Instance is currently in preview.
2629

azure-sql/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,8 @@
13881388
href: database/always-encrypted-landing.yml
13891389
- name: Auditing
13901390
href: managed-instance/auditing-configure.md
1391+
- name: Native Windows principals
1392+
href: managed-instance/native-windows-principals.md
13911393
- name: Secure public endpoints
13921394
href: managed-instance/public-endpoint-overview.md
13931395
- name: Server trust groups

0 commit comments

Comments
 (0)