Skip to content

Commit d7f85d0

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/sql-docs-pr (branch live)
2 parents 35c557c + 87fa1bb commit d7f85d0

23 files changed

+503
-342
lines changed

azure-sql/database/automated-backups-change-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-sql-database
1010
ms.subservice: backup-restore
1111
ms.topic: how-to
1212
ms.custom:
13-
- references_regions
1413
- devx-track-azurepowershell
1514
- devx-track-azurecli
1615
- azure-sql-split

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-sql-database
1010
ms.subservice: backup-restore
1111
ms.topic: conceptual
1212
ms.custom:
13-
- references_regions
1413
- azure-sql-split
1514
- build-2024
1615
- ignite-2024
@@ -77,7 +76,7 @@ You can choose one of the following storage redundancies for backups:
7776

7877
:::image type="content" source="media/automated-backups-overview/multi-paired-zrs.svg" alt-text="Diagram showing the zone-redundant storage (ZRS) option.":::
7978

80-
- **Geo-redundant storage (GRS)**: Copies your backups synchronously three times within a single physical location in the primary region by using LRS. Then it copies your data asynchronously three times to a single physical location in the [paired](/azure/reliability/cross-region-replication-azure#azure-cross-region-replication-pairings-for-all-geographies) secondary region.
79+
- **Geo-redundant storage (GRS)**: Copies your backups synchronously three times within a single physical location in the primary region by using LRS. Then it copies your data asynchronously three times to a single physical location in the [paired secondary region](/azure/reliability/cross-region-replication-azure#azure-cross-region-replication-pairings-for-all-geographies).
8180

8281
The result is:
8382

@@ -132,7 +131,7 @@ Automatic backups on secondary replicas:
132131
- Bring improved performance and predictability to the Business Critical service tier.
133132

134133
> [!NOTE]
135-
> - Create a Microsoft support ticket to disable the feature for your instance.
134+
> Create a Microsoft support ticket to disable the feature for your instance.
136135
137136
## <a id="restore-capabilities"></a> Restore capabilities and features
138137

azure-sql/database/dns-alias-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The following properties apply to each DNS alias for your server:
5555
- *Server is required:* A DNS alias cannot be created unless it references exactly one server, and the server must already exist. An updated alias must always reference exactly one existing server.
5656
- When you drop a server, the Azure system also drops all DNS aliases that refer to the server.
5757
- *Not bound to any region:* DNS aliases are not bound to a region. Any DNS aliases can be updated to refer to a server that resides in any geographic region.
58-
- However, when updating an alias to refer to another server, both servers must exist in the same Azure *subscription*.
5958
- *Permissions:* To manage a DNS alias, the user must have *Server Contributor* permissions, or higher. For more information, see [Get started with Azure role-based access control in the Azure portal](/azure/role-based-access-control/overview).
6059

6160
## Manage your DNS aliases
@@ -100,4 +99,4 @@ Presently, a DNS alias has the following limitations:
10099
- [Overview of business continuity with Azure SQL Database](business-continuity-high-availability-disaster-recover-hadr-overview.md), including disaster recovery.
101100
- [Server DNS Aliases API](/rest/api/sql/server-dns-aliases)
102101
- [PowerShell for DNS Alias to Azure SQL Database](dns-alias-powershell-create.md)
103-
- [Geo-restore for Azure SQL Database](recovery-using-backups.md#geo-restore)
102+
- [Geo-restore for Azure SQL Database](recovery-using-backups.md#geo-restore)

azure-sql/database/dtu-benchmark.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.date: 03/29/2022
88
ms.service: azure-sql-database
99
ms.subservice: service-overview
1010
ms.topic: conceptual
11-
ms.custom: references_regions
1211
---
1312
# DTU benchmark
1413
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]

azure-sql/database/high-availability-sla-local-zone-redundancy.md

Lines changed: 10 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ description: Learn about the architecture of Azure SQL Database that achieves av
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
77
ms.reviewer: rsetlem, mathoma, randolphwest
8-
ms.date: 11/19/2024
8+
ms.date: 02/18/2025
99
ms.service: azure-sql-database
1010
ms.subservice: high-availability
1111
ms.topic: conceptual
1212
ms.custom:
13-
- references_regions
1413
- azure-sql-split
1514
- ignite-2024
1615
monikerRange: "=azuresql || =azuresql-db || =fabricsql"
@@ -55,7 +54,7 @@ Within each of the three availability models, SQL Database supports local redund
5554
The following table shows the availability options based on service tiers:
5655

5756

58-
| Service tier | High availability model | locally redundant availability | Zone-redundant availability |
57+
| Service tier | High availability model | Locally redundant availability | Zone-redundant availability |
5958
|---|---|---| --- |
6059
| General Purpose (vCore) | Remote storage | Yes | Yes |
6160
| Business Critical (vCore) | Local storage | Yes | Yes |
@@ -112,7 +111,9 @@ Compute nodes in all Hyperscale layers run on Azure Service Fabric, which contro
112111

113112
For more information on high availability in Hyperscale, see [Database High Availability in Hyperscale](./service-tier-hyperscale.md#database-high-availability-in-hyperscale).
114113

115-
## <a id="zone-redundant-availability"></a>High availability through zone-redundancy
114+
<a id="zone-redundant-availability"></a>
115+
116+
## High availability through zone-redundancy
116117

117118
Zone-redundant availability ensures your data is spread across three Azure availability zones in the primary region. Each availability zone is a separate physical location with independent power, cooling, and networking.
118119

@@ -135,39 +136,8 @@ The zone-redundant version of the high availability architecture for the General
135136

136137
:::image type="content" source="media/high-availability-sla/zone-redundant-for-general-purpose.png" alt-text="Diagram of Zone redundant configuration for General Purpose.":::
137138

138-
Consider the following when configuring your General Purpose databases with zone-redundancy:
139-
140-
- For General Purpose tier the zone-redundant configuration is Generally Available in the following regions:
141-
- (Africa) South Africa North
142-
- (Asia Pacific) Australia East
143-
- (Asia Pacific) East Asia
144-
- (Asia Pacific) Japan East
145-
- (Asia Pacific) Korea Central
146-
- (Asia Pacific) Southeast Asia
147-
- (Asia Pacific) Central India
148-
- (Asia Pacific) China North 3
149-
- (Asia Pacific) UAE North
150-
- (Europe) France Central
151-
- (Europe) Germany West Central
152-
- (Europe) Italy North
153-
- (Europe) North Europe
154-
- (Europe) Norway East
155-
- (Europe) Poland Central
156-
- (Europe) West Europe
157-
- (Europe) UK South
158-
- (Europe) Switzerland North
159-
- (Europe) Sweden Central
160-
- (Middle East) Israel Central
161-
- (Middle East) Qatar Central
162-
- (North America) Canada Central
163-
- (North America) Central US
164-
- (North America) East US
165-
- (North America) East US 2
166-
- (North America) South Central US
167-
- (North America) West US 2
168-
- (North America) West US 3
169-
- (South America) Brazil South
170-
- For zone redundant availability, choosing a [maintenance window](maintenance-window.md) other than the default is currently available in [select regions](maintenance-window.md#azure-sql-database-region-support-for-maintenance-windows).
139+
- For regional availability, see [General purpose zone redundancy feature availability by region for Azure SQL Database](region-availability.md#general-purpose-service-tier-zone-redundancy-availability).
140+
- For zone redundant availability, choosing a [maintenance window](maintenance-window.md) other than the default is currently available in select regions. For more information, see [Maintenance window availability by region for Azure SQL Database](region-availability.md#maintenance-window-availability).
171141
- Zone-redundant configuration is only available in SQL Database when standard-series (Gen5) hardware is selected.
172142
- Zone-redundancy isn't available for Basic and Standard service tiers in the DTU purchasing model.
173143

@@ -182,13 +152,13 @@ The zone-redundant version of the high availability architecture is illustrated
182152
Consider the following when configuring your Premium or Business Critical databases with zone-redundancy:
183153

184154
- For up to date information about the regions that support zone-redundant databases, see [Services support by region](/azure/reliability/availability-zones-region-support).
185-
- For zone redundant availability, choosing a [maintenance window](./maintenance-window.md) other than the default is currently available in [select regions](maintenance-window.md#azure-sql-database-region-support-for-maintenance-windows).
155+
- For zone redundant availability, choosing a [maintenance window](maintenance-window.md) other than the default is currently available in select regions. For more information, see [Maintenance window availability by region for Azure SQL Database](region-availability.md#maintenance-window-availability).
186156

187157
### <a id="hyperscale-service-tier-zone-redundant-availability"></a> Hyperscale service tier
188158

189159
It's possible to configure zone-redundancy for databases in the Hyperscale service tier. To learn more, review [Create zone-redundant Hyperscale database](hyperscale-create-zone-redundant-database.md).
190160

191-
Enabling this configuration ensures zone-level resiliency through replication across Availability Zones for all Hyperscale layers. By selecting zone-redundancy, you can make your Hyperscale databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. All Azure regions that have [Availability Zones](/azure/reliability/availability-zones-overview#azure-regions-with-availability-zones) support zone redundant Hyperscale database. Zone redundancy support for Hyperscale PRMS and MOPRMS hardware is available in regions listed [here](service-tiers-sql-database-vcore.md#hyperscale-premium-series-availability).
161+
Enabling this configuration ensures zone-level resiliency through replication across Availability Zones for all Hyperscale layers. By selecting zone-redundancy, you can make your Hyperscale databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. All Azure regions that have [Availability Zones](/azure/reliability/availability-zones-overview#azure-regions-with-availability-zones) support zone redundant Hyperscale database. Zone redundancy support for Hyperscale PRMS and MOPRMS hardware is available in certain regions. For more information, see [Hyperscale premium-series availability by region for Azure SQL Database](region-availability.md#hyperscale-premium-series-availability).
192162

193163
Zone-redundant availability is supported in both Hyperscale standalone databases and Hyperscale elastic pools. For more information, see [Hyperscale elastic pools](hyperscale-elastic-pool-overview.md).
194164

@@ -199,7 +169,7 @@ The following diagram demonstrates the underlying architecture for zone redundan
199169
Consider the following limitations:
200170

201171
- Zone redundant configuration can only be specified during database creation. This setting can't be modified once the resource is provisioned. Use [Database copy](database-copy.md), [point-in-time restore](recovery-using-backups.md#point-in-time-restore), or create a [geo-replica](active-geo-replication-overview.md) to update the zone redundant configuration for an existing Hyperscale database. When using one of these update options, if the target database is in a different region than the source or if the database backup storage redundancy from the target differs from the source database, the [copy operation](database-copy.md#database-copy-for-hyperscale-databases) will be a size of data operation.
202-
- For zone redundant availability, choosing a [maintenance window](maintenance-window.md) other than the default is currently available in [select regions](maintenance-window.md#azure-sql-database-region-support-for-maintenance-windows).
172+
- For zone redundant availability, choosing a [maintenance window](maintenance-window.md) other than the default is currently available in select regions. For more information, see [Maintenance window availability by region for Azure SQL Database](region-availability.md#maintenance-window-availability).
203173
- There's currently no option to specify zone redundancy when migrating a database to Hyperscale using the Azure portal. However, zone redundancy can be specified using Azure PowerShell, Azure CLI, or the REST API when migrating an existing database from another Azure SQL Database service tier to Hyperscale. Here's an example with Azure CLI:
204174

205175
```cli

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ titleSuffix: Azure SQL Database
44
description: Learn about automated backups for Hyperscale databases in Azure SQL Database.
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
7-
ms.reviewer: dinethi, mathoma, danil, randolphwest,
7+
ms.reviewer: dinethi, mathoma, danil, randolphwest
88
ms.date: 02/03/2025
99
ms.service: azure-sql-database
1010
ms.subservice: backup-restore
1111
ms.topic: conceptual
1212
ms.custom:
13-
- references_regions
1413
- azure-sql-split
1514
monikerRange: "=azuresql || =azuresql-db"
1615
---
@@ -121,7 +120,7 @@ The following screenshot shows an example cost analysis.
121120

122121
Hyperscale supports configurable storage redundancy. When you're creating a Hyperscale database, you can choose your preferred storage type: read-access geo-zone-redundant storage (RA-GZRS), read-access geo-redundant storage (RA-GRS), zone-redundant storage (ZRS), or locally redundant storage (LRS).
123122

124-
- **Geo-zone-redundant storage**: Copies your backups synchronously across three Azure availability zones in the primary region. similar to zone-redundant storage(ZRS). In addition, it copies your data asynchronously to a single physical location in the [paired](/azure/reliability/cross-region-replication-azure#azure-cross-region-replication-pairings-for-all-geographies) secondary region. It's currently available in only [certain regions](/azure/storage/common/storage-redundancy#geo-zone-redundant-storage).
123+
- **Geo-zone-redundant storage**: Copies your backups synchronously across three Azure availability zones in the primary region. similar to zone-redundant storage(ZRS). In addition, it copies your data asynchronously to a single physical location in the [paired secondary region](/azure/reliability/cross-region-replication-azure#azure-cross-region-replication-pairings-for-all-geographies). It's currently available in only [certain regions](/azure/storage/common/storage-redundancy#geo-zone-redundant-storage).
125124

126125
For more information about how the backups are replicated for other storage types, see [backup storage redundancy](automated-backups-overview.md#backup-storage-redundancy).
127126

azure-sql/database/maintenance-window.md

Lines changed: 3 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ description: Understand how the Azure SQL Database maintenance window can be con
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
77
ms.reviewer: urosmil, scottkim, mathoma
8-
ms.date: 08/06/2024
8+
ms.date: 02/18/2025
99
ms.service: azure-sql-database
1010
ms.subservice: service-overview
1111
ms.topic: conceptual
1212
ms.custom:
13-
- references_regions
1413
- ignite-2023
1514
- azure-sql-split
1615
monikerRange: "=azuresql||=azuresql-db"
@@ -90,75 +89,14 @@ Choosing a maintenance window other than the default is available on all SLOs, *
9089

9190
Other scenarios:
9291

93-
- Maintenance window for Hyperscale elastic pools is in preview and is available in specific regions and configurations. For more information, see [Blog: Maintenance window support for Azure SQL Database Hyperscale elastic pools](https://aka.ms/hsep-fmw).
92+
- Maintenance window for Hyperscale elastic pools is in preview and is available in specific regions and configurations. For more information, see [Blog: Maintenance window support for Azure SQL Database Hyperscale elastic pools](https://aka.ms/hsep-fmw) and [Feature Availability by Region for Azure SQL Database](region-availability.md#maintenance-window-availability).
9493
- Maintenance window is supported for named replicas.
9594

9695
<!-- Check Known limitations in azure-sql/database/service-tier-hyperscale.md as well -->
9796

9897
### Azure SQL Database region support for maintenance windows
9998

100-
Choosing a maintenance window for Azure SQL Database other than the default is currently available in the following regions, organized by purchasing model.
101-
102-
The following table is for databases that are not [zone-redundant](high-availability-sla-local-zone-redundancy.md#zone-redundant-availability). For databases in an [Azure Availability Zone](high-availability-sla-local-zone-redundancy.md#zone-redundant-availability), see [the table for zone-redundant databases.](#ZR-maintenance-window-availability)
103-
104-
| Azure Region | Hyperscale premium-series and premium-series memory optimized | Hyperscale standard-series | All other Azure SQL Database purchasing models and tiers |
105-
|:---|:---|:---|:---|
106-
| Australia East | Yes | Yes | Yes |
107-
| Australia Southeast | | Yes | Yes |
108-
| Brazil South | | Yes | Yes |
109-
| Brazil Southeast | | Yes | Yes |
110-
| Canada Central | Yes | Yes | Yes |
111-
| Canada East | | Yes | Yes |
112-
| Central India | | Yes | Yes |
113-
| Central US | Yes | Yes | Yes |
114-
| China East 2 | | Yes | Yes |
115-
| China North 2 | | Yes | Yes |
116-
| East US 1 | Yes | Yes | Yes |
117-
| East US 2 | Yes | Yes | Yes |
118-
| East Asia | | Yes | Yes |
119-
| France Central | | Yes | Yes |
120-
| France South | | Yes | Yes |
121-
| Germany West Central | | Yes | Yes |
122-
| Japan East | Yes | Yes | Yes |
123-
| Japan West | | Yes | Yes |
124-
| North Central US | | Yes | Yes |
125-
| North Europe | Yes | Yes | Yes |
126-
| South Africa North | | Yes | Yes |
127-
| South Central US | Yes | Yes | Yes |
128-
| South India | | Yes | Yes |
129-
| Southeast Asia | Yes | Yes | Yes |
130-
| Switzerland North | | Yes | Yes |
131-
| UAE North | | Yes | Yes |
132-
| UK South | Yes | Yes | Yes |
133-
| UK West | | Yes | Yes |
134-
| US Gov Texas | | Yes | Yes |
135-
| US Gov Virginia | | Yes | Yes |
136-
| West Central US | | Yes | Yes |
137-
| West Europe | Yes | Yes | Yes |
138-
| West US | Yes | Yes | Yes |
139-
| West US 2 | Yes | Yes | Yes |
140-
| West US 3 | Yes | Yes | Yes |
141-
142-
<a id="ZR-maintenance-window-availability"></a>
143-
144-
The following table is for [zone-redundant](high-availability-sla-local-zone-redundancy.md#zone-redundant-availability) databases.
145-
146-
| Azure Region | Hyperscale premium-series and premium-series memory optimized | Hyperscale standard-series | All other Azure SQL Database purchasing models and tiers in an [Azure Availability Zone](high-availability-sla-local-zone-redundancy.md#zone-redundant-availability) |
147-
|:---|:---|:---|:---|
148-
| Australia East | Yes | Yes | Yes |
149-
| Canada Central | Yes | Yes | Yes |
150-
| Central US | Yes | Yes | Yes |
151-
| East US 1 | Yes | Yes | Yes |
152-
| East US 2 | | | Yes |
153-
| France Central | | Yes | Yes |
154-
| Japan East | | | Yes |
155-
| North Europe | Yes | Yes | Yes |
156-
| South Central US | | | Yes |
157-
| Southeast Asia | Yes | Yes | Yes |
158-
| UK South | Yes | Yes | Yes |
159-
| West Europe | Yes | Yes | Yes |
160-
| West US 2 | | | Yes |
161-
| West US 3 | Yes | Yes | Yes |
99+
For more information, see [Feature Availability by Region for Azure SQL Database](region-availability.md#maintenance-window-availability).
162100

163101
## Gateway maintenance
164102

Binary file not shown.

azure-sql/database/monitor-tune-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-sql
1010
ms.subservice: monitoring
1111
ms.topic: conceptual
1212
ms.custom:
13-
- references_regions
1413
- sqldbrb=2
1514
monikerRange: "=azuresql||=azuresql-db||=azuresql-mi"
1615
---

0 commit comments

Comments
 (0)