From 0decccedcccdf1de1ce27285912df3a26984ef72 Mon Sep 17 00:00:00 2001 From: Dharshana-MSFT <117852722+hdharshana@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:16:47 -0700 Subject: [PATCH 1/2] Document unsupported configurations for Azure extension Added note about database and availability group name restrictions with trailing whitespace. --- docs/sql-server/azure-arc/includes/unsupported-configurations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sql-server/azure-arc/includes/unsupported-configurations.md b/docs/sql-server/azure-arc/includes/unsupported-configurations.md index a219d2b092a..68b4baa8404 100644 --- a/docs/sql-server/azure-arc/includes/unsupported-configurations.md +++ b/docs/sql-server/azure-arc/includes/unsupported-configurations.md @@ -23,3 +23,4 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md - SQL Server Reporting Services (SharePoint Mode). - [DBCC CLONEDATABASE (Transact-SQL)](../../../t-sql/database-console-commands/dbcc-clonedatabase-transact-sql.md) throws error on the default installation of the Azure extension for SQL Server. To run the `DBCC CLONEDATABASE`, the Azure extension must be run in [least privilege mode](../configure-least-privilege.md). - SQL Server instance names containing a `#` symbol aren't supported. For a complete list of naming rules and restrictions, review [naming rules and restrictions](/azure/azure-resource-manager/management/resource-name-rules). +- Database and availability group names with trailing whitespace on instances using binary collations (BIN/BIN2). These objects are skipped by the extension with a warning. On non-binary collations (the default), trailing whitespace is automatically trimmed and the objects are managed normally. From 02ac054dfd26765b01e83fe51991b9a87bec572a Mon Sep 17 00:00:00 2001 From: Dharshana-MSFT <117852722+hdharshana@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:45:08 -0700 Subject: [PATCH 2/2] Update docs/sql-server/azure-arc/includes/unsupported-configurations.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../sql-server/azure-arc/includes/unsupported-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-server/azure-arc/includes/unsupported-configurations.md b/docs/sql-server/azure-arc/includes/unsupported-configurations.md index 68b4baa8404..f6dc5319cf7 100644 --- a/docs/sql-server/azure-arc/includes/unsupported-configurations.md +++ b/docs/sql-server/azure-arc/includes/unsupported-configurations.md @@ -23,4 +23,4 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md - SQL Server Reporting Services (SharePoint Mode). - [DBCC CLONEDATABASE (Transact-SQL)](../../../t-sql/database-console-commands/dbcc-clonedatabase-transact-sql.md) throws error on the default installation of the Azure extension for SQL Server. To run the `DBCC CLONEDATABASE`, the Azure extension must be run in [least privilege mode](../configure-least-privilege.md). - SQL Server instance names containing a `#` symbol aren't supported. For a complete list of naming rules and restrictions, review [naming rules and restrictions](/azure/azure-resource-manager/management/resource-name-rules). -- Database and availability group names with trailing whitespace on instances using binary collations (BIN/BIN2). These objects are skipped by the extension with a warning. On non-binary collations (the default), trailing whitespace is automatically trimmed and the objects are managed normally. +- Database and availability group names with trailing whitespace (for example, `MyDb␠`) aren't supported on instances using binary collations (BIN/BIN2). These objects are skipped by the extension with a warning. On non-binary collations (the default), trailing whitespace is automatically trimmed and the objects are managed normally.