Skip to content

Commit 05c203b

Browse files
authored
review
1 parent 8a67c7a commit 05c203b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/relational-databases/security/ledger/ledger-digest-management.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information on digest management for a ledger
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: mathoma
7-
ms.date: 02/07/2024
7+
ms.date: 07/09/2025
88
ms.service: sql
99
ms.subservice: security
1010
ms.custom: ignite-2023
@@ -60,15 +60,16 @@ In the following code snippet, replace `<your SAS key>` with the SAS key. The SA
6060
CREATE CREDENTIAL [https://ledgerstorage.blob.core.windows.net/sqldbledgerdigests]
6161
WITH IDENTITY='SHARED ACCESS SIGNATURE',
6262
SECRET = '<your SAS key>'
63-
```
63+
```
64+
6465
> [!NOTE]
6566
> Starting with SQL Server 2022 Cumulative Update 17 (CU17) and continuing in SQL Server 2025, you can use [managed identities with SQL Server credentials](../../../t-sql/statements/create-credential-transact-sql#g-create-and-use-a-managed-identity-credential-to-access-azure-blob-storage). Managed identities provide an identity for applications to use when connecting to resources that support Microsoft Entra authentication.
6667
>
6768
> This feature is supported only in:
6869
> - SQL Server on Azure VMs
69-
> - SQL Server 2025 Arc-enabled
70+
> - Azure Arc-enabled SQL Server 2025
7071
>
71-
> Managed identities are not supported for on-premises SQL Server deployments.
72+
> Managed identities aren't supported for SQL Server on-premises deployments.
7273
7374
#### Azure Confidential Ledger Permission
7475

0 commit comments

Comments
 (0)