Skip to content

Commit fd3dd2a

Browse files
Update and rename keyvault-movesubscription.md to keyvault-move-subscription.md
fixing blocking issues
1 parent 5b2f1d1 commit fd3dd2a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/key-vault/general/keyvault-movesubscription.md renamed to articles/key-vault/general/keyvault-move-subscription.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ tags: azure-resource-manager
99
ms.service: key-vault
1010
ms.subservice: general
1111
ms.topic: conceptual
12-
ms.date: 04/29/2020
12+
ms.date: 05/05/2020
1313
ms.author: sudbalas
1414
Customer intent: As a key vault administrator, I want to move my vault to another subscription.
1515
---
16-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
1716

1817
# Moving an Azure Key Vault to another subscription
1918

19+
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
20+
2021
## Overview
2122

2223
**Moving a key vault to another subscription will cause a breaking change to your environment.**
@@ -33,7 +34,7 @@ When you create a key vault, it is automatically tied to the default Azure Activ
3334

3435
Some service principals (users and applications) are bound to a specific tenant. If you move your key vault to a subscription in another tenant, there is a chance that you will not be able to restore access to a specific service principal. Check to make sure that all essential service principals exist in the tenant where you are moving your key vault.
3536

36-
## Design Considerations
37+
## Design considerations
3738

3839
Your organization may have implemented Azure Policy with enforcement or exclusions at the subscription level. There may be a different set of policy assignments in the subscription where your key vault currently exists and the subscription where you are moving your key vault. A conflict in policy requirements has the potential to break your applications.
3940

@@ -53,7 +54,7 @@ Make sure that you go to the Azure Policy page on the Azure portal and look at t
5354

5455
## Procedure
5556

56-
### Initial Steps (Moving Key Vault)
57+
### Initial steps (moving Key Vault)
5758

5859
1. Log in to the Azure portal
5960
2. Navigate to your key vault
@@ -65,9 +66,9 @@ Make sure that you go to the Azure Policy page on the Azure portal and look at t
6566
8. Acknowledge the warning regarding moving resources
6667
9. Select "OK"
6768

68-
### Additional Steps (Post Move)
69+
### Additional steps (post move)
6970

70-
Now that you have moved your key vault to the new subscription, you need to update the tenant id and remove old access policies. Here are tutorials for these steps in PowerShell and Azure CLI.
71+
Now that you have moved your key vault to the new subscription, you need to update the tenant ID and remove old access policies. Here are tutorials for these steps in PowerShell and Azure CLI.
7172

7273
```azurepowershell
7374
Select-AzSubscription -SubscriptionId <your-subscriptionId> # Select your Azure Subscription

0 commit comments

Comments
 (0)