Skip to content

Commit 5717559

Browse files
authored
Merge pull request #33711 from MicrosoftDocs/main
04/04/2025 AM Publishing
2 parents e27063b + 5a5efa0 commit 5717559

19 files changed

+312
-308
lines changed

.openpublishing.redirection.azure-sql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
"redirect_url": "/azure/azure-sql/database/high-availability-sla-local-zone-redundancy",
106106
"redirect_document_id": true
107107
},
108+
{
109+
"source_path_from_root": "/azure-sql/database/saas-dbpertenant-log-analytics.md",
110+
"redirect_url": "/azure/azure-sql/database/monitoring-sql-database-azure-monitor",
111+
"redirect_document_id": true
112+
},
108113
{
109114
"source_path_from_root": "/azure-sql/managed-instance/high-availability-sla.md",
110115
"redirect_url": "/azure/azure-sql/managed-instance/high-availability-sla-local-zone-redundancy",
41 KB
Loading

azure-sql/database/saas-dbpertenant-log-analytics.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

azure-sql/database/sql-data-sync-agent-overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ To configure the Data Sync Agent so you can sync data with one or more SQL Serve
4747

4848
<a id="agent-faq"></a>
4949

50+
## Support for SQL Server on-premises versions
51+
52+
Only the following versions of SQL Server on-premises can be part of a sync group:
53+
54+
- SQL Server 2008
55+
- SQL Server 2008 R2
56+
- SQL Server 2012
57+
- SQL Server 2016
58+
- SQL Server 2017 on Windows
59+
- SQL Server 2019 on Windows
60+
- SQL Server 2022 on Windows
61+
5062
## Data Sync Agent FAQ
5163

5264
### Why do I need a client agent

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This overview introduces SQL Data Sync for Azure, which allows you
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mathoma, hudequei
7-
ms.date: 02/27/2025
7+
ms.date: 04/04/2025
88
ms.service: azure-sql-database
99
ms.subservice: sql-data-sync
1010
ms.topic: concept-article
@@ -223,9 +223,9 @@ There's no charge for the SQL Data Sync service itself. However, you still colle
223223

224224
SQL Data Sync is available in all regions.
225225

226-
### Is a SQL Database account required?
226+
### Is an Azure SQL Database account required?
227227

228-
Yes. You must have a SQL Database account to host the hub database.
228+
Yes. You must have an Azure SQL Database account to host the hub database.
229229

230230
### Can I use Data Sync to sync between SQL Server databases only?
231231

@@ -240,7 +240,7 @@ Yes. You can configure sync between databases that belong to resource groups own
240240

241241
### Can I set up Data Sync to sync between databases in SQL Database that belong to different clouds (like Azure Public Cloud and Azure operated by 21Vianet)?
242242

243-
Yes. You can set up sync between databases that belong to different clouds. You have to use PowerShell to add the sync members that belong to the different subscriptions.
243+
Data Sync does not support cross-cloud synchronization.
244244

245245
### Can I use Data Sync to seed data from my production database to an empty database, and then sync them?
246246

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

azure-sql/managed-instance/doc-changes-updates-known-issues.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the currently known issues with Azure SQL Managed Insta
55
author: MashaMSFT
66
ms.author: mathoma
77
ms.reviewer: randolphwest, mathoma
8-
ms.date: 03/14/2025
8+
ms.date: 04/03/2025
99
ms.service: azure-sql-managed-instance
1010
ms.subservice: service-overview
1111
ms.topic: troubleshooting-known-issue
@@ -24,6 +24,7 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
2424

2525
| Issue | Date discovered | Status | Date resolved |
2626
| --- | --- | --- | --- |
27+
| [Interim guidance on 2024 time zone updates for Paraguay](#interim-guidance-on-2024-time-zone-updates-for-paraguay) | March 2025 | Has workaround| |
2728
| [Error 8992 when running DBCC CHECKDB on a SQL Server database that originated from SQL Managed Instance](#error-8992-when-running-dbcc-checkdb-on-a-sql-server-database-that-originated-from-sql-managed-instance) | March 2025 | Has workaround| |
2829
| [Differential backups aren't taken when an instance is linked to SQL Server](#differential-backups-arent-taken-when-an-instance-is-linked-to-sql-server) | Sept 2024 | By design | |
2930
| [List of long-term backups in Azure portal shows backup files for active and deleted databases with the same name](#list-of-long-term-backups-in-azure-portal-shows-backup-files-for-active-and-deleted-databases-with-the-same-name) | Mar 2024 | Has Workaround | |
@@ -70,6 +71,12 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
7071

7172
## Has workaround
7273

74+
### Interim guidance on 2024 time zone updates for Paraguay
75+
76+
On October 14, 2024, the Paraguayan government announced a permanent change to the country’s time zone policy. Paraguay will remain on Daylight Saving Time (DST) year-round, effectively adopting UTC-3 as its standard time. As a result, clocks will not advance by 60 minutes at 12:00 a.m. on March 23, 2025, as previously scheduled. This change affects the Paraguay Standard Time time-zone. Microsoft has released related [Windows updates in February and March 2025](https://techcommunity.microsoft.com/blog/dstblog/paraguay-2025-time-zone-update-now-available/4386720). Azure SQL Managed Instance currently does not reflect this update. Instances using affected time zone will not reflect the changes until Azure SQL Managed Instance service absorbs the update on the OS level.
77+
78+
**Workaround**: If you need to alter affected time zones for your managed instances, be aware of the [limitations](timezones-overview.md#limitations) and follow the guidance from the documentation.
79+
7380
### Error 8992 when running DBCC CHECKDB on a SQL Server database that originated from SQL Managed Instance
7481

7582
You may see the following error when you run the DBCC CHECKDB command on a SQL Server 2022 database after you delete an index, or a table with an index, and the database originated from Azure SQL Managed Instance, such as after restoring a backup file, or from the [Managed Instance link feature](/azure/azure-sql/managed-instance/managed-instance-link-feature-overview):

azure-sql/managed-instance/instance-zone-redundancy-configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ Zone redundancy for SQL Managed Instance is supported in the following regions:
149149
| Canada Central | Germany West Central | Qatar Central | Central India |
150150
| Central US | Italy North | South Africa North | East Asia |
151151
| East US | North Europe | UAE North | Japan East |
152-
| East US 2 | Norway East | | Japan West |
152+
| East US 2 | Norway East |New Zealand North | Japan West |
153153
| Mexico Central | Poland Central | | Korea Central |
154-
| Spain Central | | New Zealand North |
155-
| West US 2 | Sweden Central | | Southeast Asia |
156-
| West US 3 | Switzerland North | | |
157-
| | UK South | | |
158-
| | West Europe | | |
154+
| Spain Central | Sweden Central || Southeast Asia |
155+
| West US 2 | Switzerland North | | |
156+
| West US 3 | UK South | | |
157+
| |West Europe | | |
158+
159159

160160
---
161161

0 commit comments

Comments
 (0)