Skip to content

Commit 7f5b495

Browse files
committed
Added Managed Identity for credential
1 parent a21e4a0 commit 7f5b495

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ CREATE CREDENTIAL [https://ledgerstorage.blob.core.windows.net/sqldbledgerdigest
6161
WITH IDENTITY='SHARED ACCESS SIGNATURE',
6262
SECRET = '<your SAS key>'
6363
```
64+
> [!NOTE]
65+
> 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.
66+
67+
>This feature is supported only in:
68+
>- SQL Server on Azure VMs
69+
>- SQL Server 2025 Arc-enabled
70+
71+
>Managed identities are not supported for on-premises SQL Server deployments.
6472
6573
#### Azure Confidential Ledger Permission
6674

0 commit comments

Comments
 (0)