Skip to content

Commit f675d91

Browse files
authored
Apply suggestions from code review
1 parent 7f94968 commit f675d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/backup/confidential-vm-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Confidential VM restore behavior depends on the state of the DES, Key Vault, and
2727

2828
- **Original Key or Key Version intact**: Restore succeeds if the original Disk Encryption Set (DES) and key remain intact.
2929
- **Key Rotation**: Restore succeeds when a new key version is active, provided the previous key version isn't expired or deleted.
30-
- **Key Change**: If the DES uses a new key in the same key vault, restore succeeds only if the original key, used during backup still exists. It fails if original key is deleted. If you're using a different key vault - it should point to the same key as the original one.
30+
- **Key Change**: If the DES uses a new key in the same key vault, restore succeeds only if the original key, used during backup still exists. It fails if the original key is deleted. If you're using a different key vault - it should point to the same key as the original one.
3131
- **DES or Key Deleted**: Restore fails with errors, such as `UserErrorDiskEncryptionSetDoesNotExist` or `UserErrorDiskEncryptionSetKeyDoesNotExist`. To resolve, re-create the key and DES using restored key data, then retry the restore.
3232
- **Input DES Provided**: If you provide a new DES created from restored key data, restore succeeds if the key and version match the ones used at backup time.
3333
- **Mismatched DES or Key**: Restore fails with `UserErrorInputDESKeyDoesNotMatchWithOriginalKey`. To resolve this error, restore the missing keys.

0 commit comments

Comments
 (0)