Skip to content

Commit 32f9bc7

Browse files
Merge pull request #4384 from JustPies/jpzoneterms-2-12-2
551033 Remediate availability zone terminology
2 parents e54fe2c + dedcffe commit 32f9bc7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/managed-instance-apache-cassandra/resilient-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RPO is *how much data can you lose in an outage*. It's low because data is synch
3737
3838
## Availability zones
3939

40-
Cassandra's peer-to-peer architecture brings fault tolerance from the ground up. Azure Managed Instance for Apache Cassandra provides support for [availability zones](/azure/reliability/availability-zones-region-support) in selected regions. This support enhances resiliency at the infrastructure level. For a replication factor of 3, availability zone support ensures that each replica is in a different availability zone. This approach prevents a zonal outage from affecting your database or application. We recommend enabling availability zones where possible.
40+
Cassandra's peer-to-peer architecture brings fault tolerance from the ground up. Azure Managed Instance for Apache Cassandra provides support for [availability zones](/azure/reliability/availability-zones-region-support) in selected regions. This support enhances resiliency at the infrastructure level. For a replication factor of 3, availability zone support ensures that each replica is in a different availability zone. This approach prevents a zone outage from affecting your database or application. We recommend enabling availability zones where possible.
4141

4242
## Multi-region redundancy
4343

articles/mariadb/migrate/whats-happening-to-mariadb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A. Yes, you can create read replicas and perform restores (PITR and geo-restore)
6868

6969
**Q. How does the Azure Database for MySQL - Flexible Server 99.99% availability SLA differ from MariaDB?**
7070

71-
A. Azure Database for MySQL - Flexible server zone-redundant deployment provides 99.99% availability with zonal-level resiliency, whereas MariaDB provides resiliency in a single availability zone. Flexible Server's High Availability (HA) architecture deploys a warm standby with redundant compute and storage (with each site's data stored in 3x copies) as compared to MariaDB's HA architecture, which doesn't have a passive hot standby to help recover from zonal failures. The flexible server's HA architecture enables reduced downtime during unplanned outages and planned maintenance.
71+
A. Azure Database for MySQL - Flexible server zone-redundant deployment provides 99.99% availability with zone-level resiliency, whereas MariaDB provides resiliency in a single availability zone. Flexible Server's High Availability (HA) architecture deploys a warm standby with redundant compute and storage (with each site's data stored in 3x copies) as compared to MariaDB's HA architecture, which doesn't have a passive hot standby to help recover from zonal failures. The flexible server's HA architecture enables reduced downtime during unplanned outages and planned maintenance.
7272

7373
**Q. What migration options help me migrate to a flexible server?**
7474

articles/mysql/flexible-server/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In response to customer feedback requesting flexibility in choosing their deploy
163163

164164
### Default zone-resiliency for Business-Critical service tier
165165

166-
You now benefit from the highest level of availability against infrastructure failures within an availability zone at no extra cost for mission-critical workloads running on the Business-Critical service tier. Regardless of whether your flexible servers are enabled with High Availability (HA), your server data and log files are hosted in zone-redundant storage by default. While zone-redundant HA-enabled servers continue to benefit from a 99.99% uptime SLA from the built-in zonal redundancy and hot standby, non-HA servers can recover quickly from zonal outages using zone-redundant backups. This enhancement applies to all new servers provisioned in the Business-Critical service tier.
166+
You now benefit from the highest level of availability against infrastructure failures within an availability zone at no extra cost for mission-critical workloads running on the Business-Critical service tier. Regardless of whether your flexible servers are enabled with High Availability (HA), your server data and log files are hosted in zone-redundant storage by default. While zone-redundant HA-enabled servers continue to benefit from a 99.99% uptime SLA from the built-in zone redundancy and hot standby, non-HA servers can recover quickly from zone outages using zone-redundant backups. This enhancement applies to all new servers provisioned in the Business-Critical service tier.
167167

168168
> [!NOTE]
169169
> Based on customer feedback requesting the ability to choose their preferred deployment type, we've decided to roll back Default zone-resiliency for Business-Critical service tier. Now, for both Memory Optimized and General-Purpose servers, customers must select the High Availability (HA) mode either same-zone or zone-redundant at the time of server creation. This selection is final and can't be modified later.

articles/postgresql/release-notes/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article highlights the latest updates and enhancements for Azure Database f
2121
- General availability
2222
- Support for latest [minor versions](../configure-maintain/concepts-supported-versions.md) 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23. <sup>$</sup>
2323
- Support for [.NET](https://www.nuget.org/packages/Azure.ResourceManager.PostgreSql/#versions-body-tab) SDK with [GA REST API](release-notes-api.md) version.
24-
- Support for configuring zonal resilient [high availability](../high-availability/how-to-configure-high-availability.md) using the Azure CLI.
24+
- Support for configuring zone-resilient [high availability](../high-availability/how-to-configure-high-availability.md) using the Azure CLI.
2525

2626
## Release: December 2025
2727
- General availability
@@ -38,7 +38,7 @@ This article highlights the latest updates and enhancements for Azure Database f
3838
## Release: October 2025
3939
- General availability
4040
- Support for new [PgBouncer versions](../connectivity/../connectivity/concepts-pgbouncer.md) 1.23.1. <sup>$</sup>
41-
- Support for configuring zonal resilient high availability[high availability](../high-availability/how-to-configure-high-availability.md) from the Azure Portal.
41+
- Support for configuring zone-resilient high availability[high availability](../high-availability/how-to-configure-high-availability.md) from the Azure Portal.
4242
- [2025-08-01 GA REST API](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2025-08-01) now avaialable.
4343
- [Maintenance release notes](../release-notes-maintenance/release-notes-maintenance-index.md) of upcoming maintenance upgrades now available.
4444
- Preview

0 commit comments

Comments
 (0)