Skip to content

Commit 36e4cf9

Browse files
Merge pull request #33684 from HugoMSFT/docs-editor/sql-data-sync-sql-server-confi-1743539840
Update sql-data-sync-sql-server-configure 20250401.md
2 parents ba36e64 + 84b975a commit 36e4cf9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

azure-sql/database/sql-data-sync-sql-server-configure.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This tutorial shows you how to set up SQL Data Sync for Azure
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mathoma, hudequei
7-
ms.date: 09/23/2024
7+
ms.date: 04/04/2025
88
ms.service: azure-sql-database
99
ms.subservice: sql-data-sync
1010
ms.topic: tutorial
@@ -230,8 +230,21 @@ Yes. You must manually approve the service managed private endpoint, in the Priv
230230

231231
This can happen because Azure resources are not allowed to access your server. There are two solutions:
232232

233-
1. Ensure that the firewall on the Azure database has set **Allow Azure services and resources to access this server** to **Yes**. For more information, see [Azure SQL Database and network access controls](./network-access-controls-overview.md?preserve-view=true&view=azuresql).
234-
1. Configure a [private link for Data Sync](sql-data-sync-data-sql-server-sql-database.md?view=azuresql&preserve-view=true#private-link-for-data-sync), which is different from an Azure Private Link. Private Link is the way to create Sync groups using secure connection with databases sitting behind a firewall. SQL Data Sync Private Link is Microsoft-managed endpoint and internally creates a subnet within the existing virtual network, so there is no need to create another virtual network or subnet.
233+
- Ensure that the firewall on the Azure database has set **Allow Azure services and resources to access this server** to **Yes**. For more information, see [Azure SQL Database and network access controls](./network-access-controls-overview.md?preserve-view=true&view=azuresql).
234+
235+
- Configure a [private link for Data Sync](sql-data-sync-data-sql-server-sql-database.md?view=azuresql&preserve-view=true#private-link-for-data-sync), which is different from an Azure Private Link. Private Link is the way to create Sync groups using secure connection with databases sitting behind a firewall. SQL Data Sync Private Link is Microsoft-managed endpoint and internally creates a subnet within the existing virtual network, so there is no need to create another virtual network or subnet.
236+
237+
**What versions of SQL Server on-premises can be part of a Sync group?**
238+
239+
Only the following versions of SQL Server on-premises can be part of a sync group:
240+
241+
- SQL Server 2008
242+
- SQL Server 2008 R2
243+
- SQL Server 2012
244+
- SQL Server 2016
245+
- SQL Server 2017 on Windows
246+
- SQL Server 2019 on Windows
247+
- SQL Server 2022 on Windows
235248

236249
## Related content
237250

0 commit comments

Comments
 (0)