Use availability zones for high availability in Azure NetApp Files

Azure availability zones are physically separate locations within each supporting Azure region that are tolerant to local failures. Failures can range from software and hardware failures to events such as earthquakes, floods, and fires. Tolerance to failures is achieved because of redundancy and logical isolation of Azure services. To ensure resiliency, a minimum of three separate availability zones are present in all availability zone-enabled regions.

Important

Availability zones are referred to as logical zones. Each data center is assigned to a physical zone. Physical zones are mapped to logical zones in your Azure subscription, and the mapping will be different with different subscriptions. Azure subscriptions are automatically assigned this mapping when a subscription is created. Azure NetApp Files aligns with the generic logical-to-physical availability zone mapping for all Azure services for the subscription.

Azure availability zones are highly available, fault tolerant, and more scalable than traditional single or multiple data center infrastructures. Azure availability zones let you design and operate applications and databases that automatically transition between zones without interruption. You can design resilient solutions by using Azure services that use availability zones.

The use of high availability (HA) architectures with availability zones are now a default and best practice recommendation in Azure’s Well-Architected Framework. Enterprise applications and resources are increasingly deployed into multiple availability zones to achieve this level of high availability (HA) or failure domain (zone) isolation.

Diagram of three availability zones in one Azure region.

Azure NetApp Files' availability zone volume placement feature lets you deploy volumes in availability zones of your choice, in alignment with Azure compute and other services in the same zone.

Important

Once the volume is set to use the availability zone volume placement feature, the volume has the same level of support as other volumes deployed in the subscription without this feature enabled. For example, if there is an issue with other generally available features on the volume such as snapshots, it will be supported because the problem is not with the availability zone volume placement feature itself.

All virtual machines (VMs) within the region in (peered) VNets can access all Azure NetApp Files resources (blue arrows). VMs accessing Azure NetApp Files volumes in the same zone (green arrows) share the availability zone failure domain.

Azure NetApp Files deployments will occur in the availability of zone of choice if Azure NetApp Files is present in that availability zone and has sufficient capacity.

Important

Azure NetApp Files availability zone volume placement provides zonal placement. It does not provide proximity placement towards compute. As such, it does not provide lowest latency guarantee. VM-to-storage latencies are within the availability zone latency envelopes.

You can co-locate your compute, storage, networking, and data resources across an availability zone, and replicate this arrangement in other availability zones. Many applications are built for HA across multiple availability zones using application-based replication and failover technologies, like SQL Server Always-On Availability Groups (AOAG), SAP HANA with HANA System Replication (HSR), and Oracle with Data Guard.

Latency is subject to availability zone latency for within availability zone access and the regional latency envelope for cross-availability zone access.

Important

It's not recommended that you use availability zones with Terraform-managed volumes. If you do, you must add the zone property to your volume.

Azure regions with availability zones

For a list of regions that currently support availability zones, see Azure regions with availability zone support.

Next steps