diff --git a/docs/sql-server/azure-arc/includes/unsupported-configurations.md b/docs/sql-server/azure-arc/includes/unsupported-configurations.md index a219d2b092a..f6dc5319cf7 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 (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.