Skip to content

Commit f23e7a3

Browse files
committed
Learn Editor: Update sql-data-sync-sql-server-configure.md
1 parent 88bd966 commit f23e7a3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,26 @@ 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).
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).
234234
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.
235+
236+
**What versions of SQL Server on-premises can be part of a Sync group?**
235237

238+
Only the following versions of SQL Server on-premises can be part of a sync group:
239+
240+
- SQL Server 2008.
241+
242+
- SQL Server 2008 R2.
243+
244+
- SQL Server 2012.
245+
246+
- SQL Server 2016.
247+
248+
- SQL Server 2017 on Windows.
249+
250+
- SQL Server 2019 on Windows.
251+
252+
- SQL Server 2022 on Windows.
236253
## Related content
237254

238255
- [What is SQL Data Sync for Azure?](sql-data-sync-data-sql-server-sql-database.md)

0 commit comments

Comments
 (0)