Skip to content

Commit cc01a08

Browse files
20230802 applies to sql mi
1 parent fd38da8 commit cc01a08

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ssms/agent/create-a-multiserver-environment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ helpviewer_keywords:
1212
- "master servers [SQL Server], about master servers"
1313
- "target servers [SQL Server], about target servers"
1414
- "multiserver environments [SQL Server]"
15-
monikerRange: "= azuresqldb-mi-current || >= sql-server-2016"
15+
monikerRange: " >= sql-server-2016"
1616
---
1717
# Create a Multiserver Environment
18-
[!INCLUDE [SQL Server SQL MI](../../includes/applies-to-version/sql-asdbmi.md)]
19-
20-
> [!IMPORTANT]
21-
> On [Azure SQL Managed Instance](/azure/sql-database/sql-database-managed-instance), most, but not all SQL Server Agent features are currently supported. See [Azure SQL Managed Instance T-SQL differences from SQL Server](/azure/sql-database/sql-database-managed-instance-transact-sql-information#sql-server-agent) for details.
18+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2219

2320
Multiserver administration requires that you set up a master server (MSX) and one or more target servers (TSX). Jobs that will be processed on all the target servers are first defined on the master server and then downloaded to the target servers.
21+
22+
> [!IMPORTANT]
23+
> On [Azure SQL Managed Instance](/azure/sql-database/sql-database-managed-instance), most, but not all SQL Server Agent features are currently supported. The [Multi Server Administration feature is not supported on Azure SQL Managed Instance](/azure/sql-database/sql-database-managed-instance-transact-sql-information#sql-server-agent).
2424
2525
By default, full Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), encryption and certificate validation are enabled for connections between master servers and target servers. For more information, see [Set Encryption Options on Target Servers](../../ssms/agent/set-encryption-options-on-target-servers.md).
2626

0 commit comments

Comments
 (0)