Skip to content

Commit 783b74a

Browse files
authored
Updating GZRS support (#36086)
1 parent 61389e9 commit 783b74a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

azure-sql/database/automated-backups-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Automatic, geo-redundant backups
2+
title: Automatic, Geo-Redundant Backups
33
titleSuffix: Azure SQL Database
44
description: Learn how Azure SQL Database automatically backs up all databases and provides a point-in-time restore capability.
55
author: WilliamDAssafMSFT
@@ -8,7 +8,7 @@ ms.reviewer: mathoma, danil, dinethi
88
ms.date: 09/25/2025
99
ms.service: azure-sql-database
1010
ms.subservice: backup-restore
11-
ms.topic: conceptual
11+
ms.topic: article
1212
ms.custom:
1313
- azure-sql-split
1414
- ignite-2025
@@ -142,7 +142,7 @@ For information on recovery times, see [RTO and RPO](business-continuity-high-av
142142
|---|---|---|---|
143143
| **Types of SQL backup** | Full, differential, log. | Most recent geo-replicated copies of PITR backups. | Only the full backups. |
144144
| **Retention** | 7 days by default, configurable between 1 and 35 days (except Basic databases, which are configurable between 1 and 7 days). | Enabled by default, same as source.<sup>2</sup>| Not enabled by default. Retention is up to 10 years. |
145-
| **Azure Storage** | Geo-redundant by default. You can optionally configure zone-redundant or locally redundant storage. | Available when PITR backup storage redundancy is set to geo-redundant. Not available when PITR backup storage is zone-redundant or locally redundant. | Geo-redundant by default. You can configure zone-redundant or locally redundant storage. |
145+
| **Azure Storage** | Geo-redundant by default. You can optionally configure zone-redundant or locally redundant storage. | Available when PITR backup storage redundancy is set to geo-redundant or geo-zone redundant (GZRS). Not available when PITR backup storage is zone-redundant or locally redundant. | Geo-redundant by default. You can configure zone-redundant or locally redundant storage. |
146146
| **Configure backups as [immutable](/azure/storage/blobs/immutable-storage-overview)** | Not supported | Not supported | [Supported](backup-immutability.md) |
147147
| **Restoring a new database in the same region** | Supported | Supported | Supported |
148148
| **Restoring a new database in another region** | Not supported | Supported in any Azure region | Supported in any Azure region |

azure-sql/database/recovery-using-backups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore a database from a backup
2+
title: Restore a Database from a Backup
33
titleSuffix: Azure SQL Database
44
description: Learn about point-in-time restore, which enables you to roll back a database in Azure SQL Database up to 35 days.
55
author: dnethi
@@ -9,10 +9,10 @@ ms.date: 05/14/2025
99
ms.service: azure-sql-database
1010
ms.subservice: backup-restore
1111
ms.topic: how-to
12-
monikerRange: "=azuresql || =azuresql-db"
1312
ms.custom:
1413
- azure-sql-split
1514
- sfi-image-nochange
15+
monikerRange: "=azuresql || =azuresql-db"
1616
---
1717
# Restore a database from a backup in Azure SQL Database
1818

@@ -233,7 +233,7 @@ To restore a deleted database by using the REST API:
233233
Geo-restore uses geo-replicated backups as the source. You can restore a database on any [logical server](logical-servers.md) in any Azure region from the most recent geo-replicated backups. You can request a geo-restore even if an outage has made the database or the entire region inaccessible.
234234

235235
> [!IMPORTANT]
236-
> - Geo-restore is available only for databases configured with geo-redundant [backup storage](automated-backups-overview.md#backup-storage-redundancy). If you're not currently using geo-replicated backups for a database, you can change this by [configuring backup storage redundancy](automated-backups-change-settings.md#configure-backup-storage-redundancy).
236+
> - Geo-restore is available only for databases configured with geo-redundant or geo-zone redundant (GZRS) [backup storage](automated-backups-overview.md#backup-storage-redundancy). If you're not currently using geo-replicated backups for a database, you can change this by [configuring backup storage redundancy](automated-backups-change-settings.md#configure-backup-storage-redundancy).
237237
> - You can perform geo-restore only on databases that reside in the same subscription.
238238
239239
Geo-restore is the default recovery option when your database is unavailable because of an incident in the hosting region. You can restore the database to a server in any other region.

azure-sql/managed-instance/automated-backups-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: mathoma, wiassaf, mlandzic, strrodic, danil, randolphwest
88
ms.date: 06/26/2025
99
ms.service: azure-sql-managed-instance
1010
ms.subservice: backup-restore
11-
ms.topic: conceptual
11+
ms.topic: article
1212
ms.custom:
1313
- azure-sql-split
1414
- build-2024
@@ -117,7 +117,7 @@ This table summarizes the capabilities and features of [point-in-time restore](r
117117
| **Recovery point objective (RPO)** | Approximately 10 minutes, based on compute size and amount of database activity. | Up to 1 hour, based on geo-replication. <sup>1</sup> | One week (or user's policy). |
118118
| **Recovery time objective (RTO)** | Restore usually takes less than 12 hours but could take longer, depending on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). | Restore usually takes less than 12 hours but could take longer, depending on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). | Restore usually takes less than 12 hours but could take longer, depending on size and activity. See [Recovery](recovery-using-backups.md#recovery-time). |
119119
| **Retention** | 1 to 35 days. | Enabled by default, same as source. <sup>2</sup> | Not enabled by default. Retention is up to 10 years. |
120-
| **Azure storage** | Geo-redundant by default. You can optionally configure zone-redundant or locally redundant storage. | Available when PITR backup storage redundancy is set to geo-redundant. Not available when PITR backup storage is zone-redundant or locally redundant. | Geo-redundant by default. You can configure zone-redundant or locally redundant storage. |
120+
| **Azure storage** | Geo-redundant by default. You can optionally configure zone-redundant or locally redundant storage. | Available when PITR backup storage redundancy is set to geo-redundant or geo-zone redundant (GZRS). Not available when PITR backup storage is zone-redundant or locally redundant. | Geo-redundant by default. You can configure zone-redundant or locally redundant storage. |
121121
| **Configure backups as [immutable](/azure/storage/blobs/immutable-storage-overview)** | Not supported | Not supported | Not supported |
122122
| **Update policy** <sup>3</sup> | Must match, or upgrade | Must match, or upgrade | Must match, or upgrade |
123123
| **Restoring a new database in the same region** | Supported | Supported | Supported |

azure-sql/managed-instance/recovery-using-backups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore a database from a backup
2+
title: Restore a Database from a Backup
33
titleSuffix: Azure SQL Managed Instance
44
description: Learn about point-in-time restore, which enables you to roll back a database in Azure SQL Managed Instance up to 35 days.
55
author: dinethi
@@ -12,7 +12,7 @@ ms.topic: how-to
1212
ms.custom:
1313
- azure-sql-split
1414
- build-2024
15-
monikerRange: "=azuresql||=azuresql-mi"
15+
monikerRange: "=azuresql || =azuresql-mi"
1616
---
1717
# Restore a database from a backup in Azure SQL Managed Instance
1818
[!INCLUDE [appliesto-sqlmi](../includes/appliesto-sqlmi.md)]
@@ -163,7 +163,7 @@ If you need to restore an unintentionally deleted SQL managed instance, contact
163163
## Geo-restore
164164

165165
> [!IMPORTANT]
166-
> - Geo-restore is available only for managed instances configured with geo-redundant [backup storage](automated-backups-overview.md#backup-storage-redundancy). If you're not currently using geo-replicated backups for a database, you can change this by [configuring backup storage redundancy](automated-backups-change-settings.md#configure-backup-storage-redundancy).
166+
> - Geo-restore is available only for managed instances configured with geo-redundant or geo-zone redundant (GZRS) [backup storage](automated-backups-overview.md#backup-storage-redundancy). If you're not currently using geo-replicated backups for a database, you can change this by [configuring backup storage redundancy](automated-backups-change-settings.md#configure-backup-storage-redundancy).
167167
> - You can perform geo-restore on managed instances that reside in the same subscription only.
168168
169169
Geo-restore is the default recovery option when your database is unavailable because of an incident in the hosting region. You can restore the database to an instance in any other region. You can restore a database on any managed instance in any Azure region from the most recent geo-replicated backups. Geo-restore uses a geo-replicated backup as its source. You can request a geo-restore even if an outage has made the database or datacenter inaccessible.

0 commit comments

Comments
 (0)