Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 56c4c55

Browse files
committed
Entra tutorial in Arc and SQL Security
1 parent e22815a commit 56c4c55

6 files changed

Lines changed: 381 additions & 348 deletions

File tree

docs/includes/entra-id-tutorial.md

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

docs/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md

Lines changed: 2 additions & 345 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Set up Microsoft Entra authentication for SQL Server enabled by Azure Arc"
3+
description: Tutorial on how to set up Microsoft Entra authentication for SQL Server enabled by Azure Arc
4+
author: MikeRayMSFT
5+
ms.author: mikeray
6+
ms.reviewer: vanto, randolphwest
7+
ms.date: 04/11/2024
8+
ms.service: sql
9+
ms.subservice: security
10+
ms.topic: tutorial
11+
monikerRange: ">=sql-server-ver16||>= sql-server-linux-ver16"
12+
---
13+
14+
# Tutorial: Set up Microsoft Entra authentication for SQL Server enabled by Azure Arc
15+
16+
[!INCLUDE [SQL Server 2022](../../includes/applies-to-version/sqlserver2022.md)]
17+
18+
The information in this article is identical to [Tutorial: Set up Microsoft Entra authentication for SQL Server](../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
19+
20+
[!INCLUDE [entra-id-tutorial](../../includes/entra-id-tutorial.md)]

docs/sql-server/azure-arc/rotate-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To allow the service to manage the certificate, add an access policy for the ser
4343
> [!IMPORTANT]
4444
> To enable service managed certificate rotation you must assign key permission **Sign** to the Arc server managed identity. If this permission is not assigned, then service managed certificate rotation is not enabled..
4545
46-
For instructions, see [Create and assign a certificate](../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md#create-and-assign-a-certificate).
46+
For instructions, see [Create and assign a certificate](entra-authentication-setup-tutorial.md#create-and-assign-a-certificate).
4747

4848
> [!NOTE]
4949
> There are no specific permissions required for an application to roll its own keys. See [Application: addKey](/graph/api/application-addkey).

docs/sql-server/azure-arc/security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ SQL Server enabled by Azure Arc stores the certificate for Microsoft Entra ID in
232232

233233
* [Rotate certificates](rotate-certificates.md)
234234
* [Microsoft Entra authentication for SQL Server](../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md).
235-
* [Tutorial: Set up Microsoft Entra authentication for SQL Server](../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md)
235+
* [Tutorial: Set up Microsoft Entra authentication for SQL Server](entra-authentication-setup-tutorial.md)
236236

237-
To set up Microsoft Entra ID, follow the instructions at [Tutorial: Set up Microsoft Entra authentication for SQL Server](../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
237+
To set up Microsoft Entra ID, follow the instructions at [Tutorial: Set up Microsoft Entra authentication for SQL Server](entra-authentication-setup-tutorial.md).
238238

239239
### Microsoft Purview
240240

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10422,6 +10422,8 @@ items:
1042210422
href: sql-server/azure-arc/security-overview.md
1042310423
- name: Configure least privilege
1042410424
href: sql-server/azure-arc/configure-least-privilege.md
10425+
- name: Set up Entra authentication
10426+
href: sql-server/azure-arc/entra-authentication-setup-tutorial.md
1042510427
- name: Configure advanced data Security
1042610428
href: sql-server/azure-arc/configure-advanced-data-security.md
1042710429
- name: Certificate rotation

0 commit comments

Comments
 (0)