Skip to content

Commit cb25c09

Browse files
MashaMSFTemad-almousaAnyiYangtisun2
authored
Removing article, fixing table, and diagram (#33591)
* A few minor changes Fixing more things * Update contained-availability-groups-overview.md * Update sys-fn-hadr-backup-is-preferred-replica-transact-sql.md The behavior change on this function leads some issues on our customer's side in one support case. We found that the change was introduced in SQL 2019 CU20 and SQL 2022 CU2 to fix another case sensitive issue. The related fix info is missing in official document for both CUs. Customer requests for the official document on this change. fixing public PRs added cdc errors based on conversation with jaynar fixing date adding the other error rearranging errors changing language slightly moving link * Update active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md --------- Co-authored-by: Emad Al-Mousa <[email protected]> Co-authored-by: AnyiYang <[email protected]> Co-authored-by: tisun2 <[email protected]>
1 parent de5e24f commit cb25c09

15 files changed

+168
-244
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/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

azure-sql/managed-instance/timezones-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the time zone specifics of Azure SQL Managed Instance
44
author: MladjoA
55
ms.author: mlandzic
66
ms.reviewer: mathoma
7-
ms.date: 07/13/2023
7+
ms.date: 04/03/2025
88
ms.service: azure-sql-managed-instance
99
ms.subservice: service-overview
1010
ms.topic: reference
@@ -32,7 +32,7 @@ A set of supported time zones is inherited from the underlying operating system
3232
A list with names of the supported time zones is exposed through the [sys.time_zone_info](/sql/relational-databases/system-catalog-views/sys-time-zone-info-transact-sql) system view.
3333

3434
> [!NOTE]
35-
> On August 8, 2022, the Chilean government made an official announcement about a Daylight-Saving Time (DST) [time zone change](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290). Starting at 12:00 a.m. Saturday, September 10, 2022, until 12:00 a.m. Saturday, April 1, 2023, the official time will advance 60 minutes. The change affects the following three time zones: **Pacific SA Standard Time**, **Easter Island Standard Time** and **Magallanes Standard Time**. Azure SQL Managed Instances using affected time zones will not reflect the changes [until Microsoft releases an OS update](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290) to support this and Azure SQL Managed Instance service absorbs the update on the OS level. If you need to alter affected time zones for your managed instances, please be aware of the [limitations](#limitations) and follow the guidance from the documentation.
35+
> 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 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. If you need to alter affected time zones for you managed instances, please be aware of the [limitations](#limitations) and follow the guidance from the documentation.
3636
3737
## Set a time zone
3838

azure-sql/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,6 @@
936936
href: database/saas-dbpertenant-provision-and-catalog.md
937937
- name: Monitor database performance
938938
href: database/saas-dbpertenant-performance-monitoring.md
939-
- name: Monitor with Azure Monitor logs
940-
href: database/saas-dbpertenant-log-analytics.md
941939
- name: Restore one tenant
942940
href: database/saas-dbpertenant-restore-single-tenant.md
943941
- name: Manage tenant schema

0 commit comments

Comments
 (0)