Skip to content

Commit 94cc769

Browse files
committed
Updates
1 parent a4652cd commit 94cc769

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

articles/key-vault/general/backup.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
title: Back up a secret, key, or certificate stored in Azure Key Vault | Microsoft Docs
33
description: Use this document to help back up a secret, key, or certificate stored in Azure Key Vault.
44
services: key-vault
5-
author: ShaneBala-keyvault
6-
manager: ravijan
5+
author: msmbaldwin
76
tags: azure-resource-manager
87
ms.service: key-vault
98
ms.subservice: general
109
ms.topic: how-to
11-
ms.date: 3/18/2021
12-
ms.author: sudbalas
13-
ms.custom: "devx-track-azurepowershell, devx-track-azurecli"
10+
ms.date: 01/17/2023
11+
ms.author: mbaldwin
12+
1413
#Customer intent: As an Azure Key Vault administrator, I want to back up a secret, key, or certificate in my key vault.
1514
---
1615
# Azure Key Vault backup and restore

articles/key-vault/general/developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use the predefined Key Vault Contributor role to grant management access
3737

3838
| Azure CLI | PowerShell | REST API | Resource Manager | .NET | Python | Java | JavaScript |
3939
|--|--|--|--|--|--|--|--|
40-
|[Reference](/cli/azure/keyvault)<br>[Quickstart](quick-create-cli.md)|[Reference](/powershell/module/az.keyvault)<br>[Quickstart](quick-create-powershell.md)|[Reference](/rest/api/keyvault/)|[Reference](/azure/templates/microsoft.keyvault/vaults)<br>[Quickstart](./vault-create-template.md)|[Reference](/dotnet/api/microsoft.azure.management.keyvault)|[Reference](/python/api/azure-mgmt-keyvault/azure.mgmt.keyvault)|[Reference](/java/api/overview/azure/resourcemanager-keyvault-readme?view=azure-java-stable)|[Reference](/javascript/api/@azure/arm-keyvault)|
40+
|[Reference](/cli/azure/keyvault)<br>[Quickstart](quick-create-cli.md)|[Reference](/powershell/module/az.keyvault)<br>[Quickstart](quick-create-powershell.md)|[Reference](/rest/api/keyvault/)|[Reference](/azure/templates/microsoft.keyvault/vaults)<br>[Quickstart](./vault-create-template.md)|[Reference](/dotnet/api/microsoft.azure.management.keyvault)|[Reference](/python/api/azure-mgmt-keyvault/azure.mgmt.keyvault)|[Reference](/java/api/overview/azure/resourcemanager-keyvault-readme?view=azure-java-stable&preserve-view=true)|[Reference](/javascript/api/@azure/arm-keyvault)|
4141

4242
For installation packages and source code, see [Client libraries](client-libraries.md).
4343

articles/key-vault/general/disaster-recovery-guidance.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ The contents of your key vault are replicated within the region and to a seconda
2222

2323
If individual components within the key vault service fail, alternate components within the region step in to serve your request to make sure that there is no degradation of functionality. You don't need to take any action to start this process, it happens automatically and will be transparent to you.
2424

25-
In the rare event that an entire Azure region is unavailable, the requests that you make of Azure Key Vault in that region are automatically routed (*failed over*) to a secondary region, except in these regions:
25+
## Failover
2626

27-
- Brazil South
28-
- Brazil Southeast
29-
- Qatar Central (no paired region)
30-
- Poland Central (no paired region)
31-
- West US 3
27+
In the rare event that an entire Azure region is unavailable, the requests that you make of Azure Key Vault in that region are automatically routed (*failed over*) to a secondary region (except as noted). When the primary region is available again, requests are routed back (*failed back*) to the primary region. Again, you don't need to take any action because this happens automatically.
3228

33-
When the primary region is available again, requests are routed back (*failed back*) to the primary region. Again, you don't need to take any action because this happens automatically.
29+
> [!IMPORTANT]
30+
> Failover is not supported in:
31+
>
32+
> - Brazil South
33+
> - Brazil Southeast
34+
> - Qatar Central (no paired region)
35+
> - Poland Central (no paired region)
36+
> - West US 3
37+
>
38+
> All other regions use read-access geo-redundant storage (RA-GRS). For more information, see [Azure Storage redundancy: Redundancy in a secondary region](../../storage/common/storage-redundancy.md#redundancy-in-a-secondary-region).
3439
3540
In the Brazil South and Qatar Central region, you must plan for the recovery of your Azure key vaults in a region failure scenario. To back up and restore your Azure key vault to a region of your choice, complete the steps that are detailed in [Azure Key Vault backup](backup.md).
3641

@@ -56,6 +61,9 @@ There are a few caveats to be aware of:
5661
* Sign
5762
* Backup
5863

59-
* During failover, you will not be able to make changes to key vault properties. You will not be able to change access policy or firewall configurations and settings.
64+
During failover, you will not be able to make changes to key vault properties. You will not be able to change access policy or firewall configurations and settings.
65+
66+
After a failover is failed back, all request types (including read *and* write requests) are available.
67+
68+
## Next steps
6069

61-
* After a failover is failed back, all request types (including read *and* write requests) are available.

articles/service-connector/tutorial-portal-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Now you can create a service connection to another target service and directly s
117117
1. Select **Secrets** in the Key Vault left ToC, and select the blob storage secret name.
118118

119119
> [!TIP]
120-
> Don't have permission to list secrets? Refer to [troubleshooting](../key-vault/general/troubleshooting-access-issues.md#i-am-not-able-to-list-or-get-secretskeyscertificate-i-am-seeing-something-went-wrong-error).
120+
> Don't have permission to list secrets? Refer to [troubleshooting](../key-vault/general/troubleshooting-access-issues.md#im-not-able-to-list-or-get-secretskeyscertificate-im-seeing-a-something-went-wrong-error).
121121
122122
4. Select a version ID from the Current Version list.
123123

0 commit comments

Comments
 (0)