Skip to content

Commit 205aef6

Browse files
Update keyvault-moveresourcegroup.md
Fixing Acrolynx issues
1 parent 9b0f17a commit 205aef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/key-vault/general/keyvault-moveresourcegroup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Moving a key vault across resource groups is a supported key vault feature. Movi
2222

2323
## Design Considerations
2424

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. This has the potential to break your applications.
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.
2626

2727
### Example
2828

29-
You have an application connected to key vault that creates certificates that are valid for 2 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 1 year. After moving your key vault to the new resource group the operation to create a certificate that is valid for 2 years will be blocked by an Azure policy assignment.
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.
3030

3131
### Solution
3232

3333
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.
3434

3535
## Procedure
3636

37-
1. Log in to the Azure Portal
37+
1. Log in to the Azure portal
3838
2. Navigate to your key vault
3939
3. Click on the "Overview" tab
4040
4. Select the "Move" button
@@ -43,4 +43,4 @@ Make sure that you go to the Azure Policy page on the Azure portal and look at t
4343
7. Acknowledge the warning regarding moving resources
4444
8. Select "OK"
4545

46-
Key Vault will now evaluate the validity of the resource move, and alert you if there are any errors. If there are no errors, the resource move will be completed.
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.

0 commit comments

Comments
 (0)