Skip to content

Commit 771f1c7

Browse files
Merge pull request #113289 from ShaneBala-keyvault/master
add resource move article
2 parents f212629 + 205aef6 commit 771f1c7

File tree

3 files changed

+54
-4
lines changed

3 files changed

+54
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: What to do in the event of an Azure service disruption that affects Azure Key Vault - Azure Key Vault | Microsoft Docs
33
description: Learn what to do in the event of an Azure service disruption that affects Azure Key Vault.
44
services: key-vault
5-
author: msmbaldwin
6-
manager: rkarlin
5+
author: ShaneBala-keyvault
6+
manager: ravijan
77

88
ms.service: key-vault
99
ms.subservice: general
1010
ms.topic: tutorial
11-
ms.date: 08/12/2019
12-
ms.author: mbaldwin
11+
ms.date: 05/04/2020
12+
ms.author: sudbalas
1313

1414
---
1515
# Azure Key Vault availability and redundancy
@@ -30,6 +30,8 @@ There are a few caveats to be aware of:
3030
* After a failover is complete, your key vault is in read-only mode. Requests that are supported in this mode are:
3131
* List key vaults
3232
* Get properties of key vaults
33+
* List certificates
34+
* Get certificates
3335
* List secrets
3436
* Get secrets
3537
* List keys
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Azure Key Vault moving a vault to a different resource group | Microsoft Docs
3+
description: Guidance on moving a key vault to a different resource group.
4+
services: key-vault
5+
author: ShaneBala-keyvault
6+
manager: ravijan
7+
tags: azure-resource-manager
8+
9+
ms.service: key-vault
10+
ms.subservice: general
11+
ms.topic: conceptual
12+
ms.date: 04/29/2020
13+
ms.author: sudbalas
14+
Customer intent: As a key vault administrator, I want to move my vault to another resource group.
15+
---
16+
17+
# Moving an Azure Key Vault across resource groups
18+
19+
## Overview
20+
21+
Moving a key vault across resource groups is a supported key vault feature. Moving a key vault between resource groups will not affect key vault firewall or access policy configurations. Connected applications and service principals should continue to work as intended.
22+
23+
## Design Considerations
24+
25+
Your organization may have implemented Azure Policy with enforcement or exclusions at the resource group level. There may be a different set of policy assignments in the resource group where your key vault currently exists and the resource group where you are moving your key vault. A conflict in policy requirements has the potential to break your applications.
26+
27+
### Example
28+
29+
You have an application connected to key vault that creates certificates that are valid for two years. The resource group where you are attempting to move your key vault has a policy assignment that blocks the creation of certificates that are valid for longer than one year. After moving your key vault to the new resource group the operation to create a certificate that is valid for two years will be blocked by an Azure policy assignment.
30+
31+
### Solution
32+
33+
Make sure that you go to the Azure Policy page on the Azure portal and look at the policy assignments for your current resource group as well as the resource group you are moving to and ensure that there are no mismatches.
34+
35+
## Procedure
36+
37+
1. Log in to the Azure portal
38+
2. Navigate to your key vault
39+
3. Click on the "Overview" tab
40+
4. Select the "Move" button
41+
5. Select "Move to another resource group" from the dropdown options
42+
6. Select the resource group where you want to move your key vault
43+
7. Acknowledge the warning regarding moving resources
44+
8. Select "OK"
45+
46+
Key Vault will now evaluate the validity of the resource move, and alert you of any errors. If no errors are found, the resource move will be completed.

articles/key-vault/general/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
href: soft-delete-powershell.md
100100
- name: Move Key Vault
101101
items:
102+
- name: Move Key Vault to Another Resource Group
103+
href: keyvault-moveresourcegroup.md
102104
- name: Move Key Vault to Another Region
103105
href: keyvault-moveregion.md
104106
- name: Troubleshoot

0 commit comments

Comments
 (0)