Skip to content

Commit c2f0a6d

Browse files
committed
update
1 parent 0d3946a commit c2f0a6d

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

articles/reliability/reliability-key-vault.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Reliability in Azure Key Vault
33
description: Find out about reliability in Azure Key Vault, including availability zones and multi-region deployments.
4-
author: anaharris-ms
5-
ms.author: anaharris
4+
author: msmbaldwin
5+
ms.author: mbaldwin
66
ms.topic: reliability-article
77
ms.custom: subject-reliability, references_regions
8-
ms.service: key-vault
9-
ms.date: 11/12/2024
8+
ms.service: azure-key-vault
9+
ms.date: 05/07/2025
1010
#Customer intent: As an engineer responsible for business continuity, I want to understand the details of how Azure Key Vault works from a reliability perspective and plan disaster recovery strategies in alignment with the exact processes that Azure services follow during different kinds of situations.
1111
---
1212

1313
# Reliability in Azure Key Vault
1414

15-
> This article describes reliability support in Azure Key Vault, covering intra-regional resiliency via [availability zones](#availability-zone-support) and [multi-region deployments](#multi-region-support).
16-
>
17-
> Resiliency is a shared responsibility between you and Microsoft and so this article also covers ways for you to create a resilient solution that meets your needs.
15+
This article describes reliability support in Azure Key Vault, covering intra-regional resiliency via [availability zones](#availability-zone-support) and [multi-region deployments](#multi-region-support).
16+
17+
[!INCLUDE [Shared responsibility description](includes/reliability-shared-responsibility-include.md)]
1818

1919
Azure Key Vault is a cloud service that provides a secure store for secrets, such as keys, passwords, certificates, and other sensitive information. Key Vault offers a range of built-in reliability features to help ensure that your secrets remain available, including automatic region replication, data redundancy, and the ability to back up and restore your secrets.
2020

@@ -40,9 +40,7 @@ Key Vault provides multiple layers of redundancy to maintain availability during
4040

4141
## Transient faults
4242

43-
[!INCLUDE [Transient fault description](includes/reliability-transient-fault-description-include.md)]
44-
45-
Transient faults are temporary errors that occur in distributed systems like Azure. They can happen during network connectivity issues, service reconfiguration, or temporary service unavailability.
43+
[!INCLUDE [Transient fault description](includes/reliability-transient-fault-description-include.md)]
4644

4745
Azure Key Vault is designed to handle most transient errors automatically. However, client applications should implement retry logic when interacting with Key Vault to handle any transient failures that might occur. Some best practices include:
4846

@@ -54,15 +52,15 @@ If you're using Key Vault in high-throughput scenarios, consider distributing yo
5452

5553
## Availability zone support
5654

57-
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
55+
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
5856

59-
Azure availability zones are physically separate locations within an Azure region. Each availability zone is made up of one or more datacenters equipped with independent power, cooling, and networking infrastructure.
57+
Azure Key Vault automatically leverages availability zones in regions where they're available, providing high availability within a region without requiring any specific configuration from customers.
6058

61-
### Region support
59+
The service is designed to be resilient to zone failures without any specific configuration required by customers. Key Vault automatically manages the redundancy across availability zones in regions where zones are available.
6260

63-
Azure Key Vault is available in all Azure regions that support availability zones. Key Vault automatically leverages the availability zone infrastructure where available, providing high availability within a region.
61+
### Region support
6462

65-
Key Vault is designed to be resilient to zone failures without any specific configuration required by customers. The service automatically manages the redundancy across availability zones in regions where zones are available.
63+
Azure Key Vault is available in all Azure regions that support availability zones. Key Vault's zone-resilient architecture is automatically applied in these regions.
6664

6765
### Requirements
6866

0 commit comments

Comments
 (0)