Skip to content

Commit 5f5aafa

Browse files
Merge pull request #35984 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-02 23:30 UTC
2 parents ee2f822 + e4ed950 commit 5f5aafa

File tree

8 files changed

+82
-56
lines changed

8 files changed

+82
-56
lines changed

azure-sql/database/authentication-azure-ad-user-assigned-managed-identity-create-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.topic: how-to
2121
2222
This how-to guide outlines the steps to create a [logical server](logical-servers.md) for Azure SQL Database with a [user-assigned managed identity](/azure/active-directory/managed-identities-azure-resources/overview#managed-identity-types). For more information on the benefits of using a user-assigned managed identity for the server identity in Azure SQL Database, see [Managed identities in Microsoft Entra for Azure SQL](authentication-azure-ad-user-assigned-managed-identity.md).
2323

24-
To retrieve the system-assigned managed identity (SMI) or user-assigned managed identity or identities (UMI) of an Azure SQL Database, see [Get or set a managed identity for a logical server or managed instance](authentication-azure-ad-user-assigned-managed-identity.md#get-or-set-a-managed-identity-for-a-logical-server-or-managed-instance).
24+
To retrieve the system-assigned managed identity (SMI) or user-assigned managed identity or identities (UMI) of an Azure SQL Database, see [Get or set a managed identity for a logical server or managed instance](authentication-azure-ad-user-assigned-managed-identity.md#get-or-set-a-managed-identity-for-a-logical-server-or-sql-managed-instance).
2525

2626
[!INCLUDE [entra-id](../includes/entra-id.md)]
2727

azure-sql/database/authentication-azure-ad-user-assigned-managed-identity.md

Lines changed: 76 additions & 50 deletions
Large diffs are not rendered by default.
57.2 KB
Loading
28.2 KB
Loading

azure-sql/database/scripts/create-and-configure-database-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This script uses the following commands. Each command in the table links to comm
5353

5454
For more information on the benefits of using a user-assigned managed identity for the server identity in Azure SQL Database, see [Managed identities in Microsoft Entra for Azure SQL](../authentication-azure-ad-user-assigned-managed-identity.md).
5555

56-
To configure the system-assigned managed identity (SMI) or user-assigned managed identity or identities (UMI) of an Azure SQL Database, see [Get or set a managed identity for a logical server or managed instance](../authentication-azure-ad-user-assigned-managed-identity.md#get-or-set-a-managed-identity-for-a-logical-server-or-managed-instance).
56+
To configure the system-assigned managed identity (SMI) or user-assigned managed identity or identities (UMI) of an Azure SQL Database, see [Get or set a managed identity for a logical server or managed instance](../authentication-azure-ad-user-assigned-managed-identity.md#get-or-set-a-managed-identity-for-a-logical-server-or-sql-managed-instance).
5757

5858
## Related content
5959

azure-sql/database/transparent-data-encryption-byok-cross-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: vanto, mathoma
88
ms.date: 06/25/2025
99
ms.service: azure-sql-database
1010
ms.subservice: security
11-
ms.topic: conceptual
11+
ms.topic: article
1212
monikerRange: "=azuresql || =azuresql-db"
1313
---
1414

@@ -67,7 +67,7 @@ The following diagram represents the steps for a scenario that utilizes an Azure
6767

6868
**On the ISV tenant**
6969

70-
1. [Assign the user-assigned managed identity](authentication-azure-ad-user-assigned-managed-identity.md#set-a-managed-identity-in-the-azure-portal) created as the **Primary identity** in the Azure SQL resource **Identity** menu in the [Azure portal](https://portal.azure.com)
70+
1. [Assign the user-assigned managed identity](authentication-azure-ad-user-assigned-managed-identity.md#set-a-user-managed-identity-in-the-azure-portal) created as the **Primary identity** in the Azure SQL resource **Identity** menu in the [Azure portal](https://portal.azure.com)
7171

7272
1. Assign the **Federated client identity** in the same **Identity** menu, and use the application name
7373

docs/relational-databases/security/encryption/always-encrypted-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following limitations apply to queries on encrypted columns:
124124
- [FILESTREAM](../../../t-sql/statements/create-table-transact-sql.md#filestream) columns
125125
- Columns with the [IDENTITY](../../../t-sql/statements/create-table-transact-sql.md#identity) property.
126126
- Columns with [ROWGUIDCOL](../../../t-sql/statements/create-table-transact-sql.md#rowguidcol) property.
127-
- String (**varchar**, **char**, etc.) columns with collations other than [binary-code point (_BIN2) collations](../../collations/collation-and-unicode-support.md).
127+
- String (**varchar**, **char**, etc.) columns with collations other than [binary-code point (_BIN2) collations](../../collations/collation-and-unicode-support.md). Collation must not differ from the database's default collation.
128128
- Columns that are keys for clustered and nonclustered indices when using randomized encryption (indices on columns using deterministic encryption are supported).
129129
- Columns included in full-text indexes (Always Encrypted doesn't support [Full-Text Search](../../search/full-text-search.md)).
130130
- [Specify computed columns in a table](../../tables/specify-computed-columns-in-a-table.md).

docs/sql-server/azure-arc/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest, mathoma
77
ms.date: 11/18/2025
8-
ms.topic: conceptual
8+
ms.topic: article
99
ms.custom:
1010
- ignite-2025
1111
---

0 commit comments

Comments
 (0)