You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
11
11
---
12
12
13
13
# Reliability in Azure Key Vault
14
14
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 sharedresponsibility 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).
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.
20
20
@@ -40,9 +40,7 @@ Key Vault provides multiple layers of redundancy to maintain availability during
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.
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:
48
46
@@ -54,15 +52,15 @@ If you're using Key Vault in high-throughput scenarios, consider distributing yo
54
52
55
53
## Availability zone support
56
54
57
-
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
55
+
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
58
56
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.
60
58
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.
62
60
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
64
62
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.
0 commit comments