Skip to content

Commit eb90cf0

Browse files
Acro Correctness edits
1 parent fa154b6 commit eb90cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/migrate-key-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For client-side encryption or custom applications you've built, that directly en
4444
1. Create the new key vault or managed HSM, and create a new key encryption key (KEK).
4545
1. Re-encrypt any keys or data that was encrypted by the old key using the new key. (If data was directly encrypted by the key in key vault, this may take some time, as all data must be read, decrypted, and encrypted with the new key. Use [envelope encryption](../../security/fundamentals/encryption-atrest.md#envelope-encryption-with-a-key-hierarchy) where possible to make such key rotations faster).
4646

47-
When re-encryption the data, we recommend a three-level key hierarchy, which will make KEK rotation more easier in the future:
47+
When re-encrypting the data, we recommend a three-level key hierarchy, which will make KEK rotation easier in the future:
4848
1. The Key Encryption Key in Azure Key Vault or Managed HSM
4949
1. The Primary Key
5050
1. Data Encryption Keys derived from the Primary Key

0 commit comments

Comments
 (0)