Skip to content

Commit a5d19e4

Browse files
authored
Merge pull request #107711 from MashaMSFT/patch-91
added note about nsg tag
2 parents 07f6fbe + 50b4927 commit a5d19e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-managed-instance-transactional-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are different [types of replication](https://docs.microsoft.com/sql/relati
8989
- Connectivity uses SQL Authentication between replication participants.
9090
- An Azure Storage Account share for the working directory used by replication.
9191
- Port 445 (TCP outbound) needs to be open in the security rules of the managed instance subnet to access the Azure file share.
92-
- Port 1433 (TCP outbound) needs to be opened if the Publisher/Distributor are on a managed instance and the subscriber is on-premises.
92+
- Port 1433 (TCP outbound) needs to be opened if the Publisher/Distributor are on a managed instance and the subscriber is not. You may also need to change the managed instance NSG outbound security rule for `allow_linkedserver_outbound` for the port 1433 **Destination Service tag** from `virtualnetwork` to `internet`.
9393
- All types of replication participants (Publisher, Distributor, Pull Subscriber, and Push Subscriber) can be placed on managed instances, but the publisher and the distributor must be either both in the cloud or both on-premises.
9494
- If either the publisher, distributor, and/or the subscriber exist in different virtual networks, then VPN peering must be established between each entity, such that there is VPN peering between the publisher and distributor, and/or there is VPN peering between the distributor and subscriber.
9595

0 commit comments

Comments
 (0)