Skip to content

Commit ad4bd77

Browse files
Update disaster-recovery-guide.md - fix typos per Acrolinx
1 parent a805b1a commit ad4bd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/managed-hsm/disaster-recovery-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For this step you'll need:
8383

8484
The `az keyvault security-domain restore-blob` command performs following operations:
8585
- Decrypt the source HSM's Security Domain with the private keys you supply.
86-
- Create a Security Domain Upload blob encrypted with the Security Domain Excahnge Key we downloaded in the previous step
86+
- Create a Security Domain Upload blob encrypted with the Security Domain Exchange Key we downloaded in the previous step
8787

8888
This step can be performed offline.
8989

@@ -95,7 +95,7 @@ az keyvault security-domain restore-blob --sd-exchange-key ContosoMHSM2-SDE.cer
9595

9696
## Upload Security Domain Upload blob to destination HSM
9797

98-
We now use the Security Domain Upload blob created in the previous step and upload it ot the destination HSM to complete the security domain recovery. The `--restore-blob` flag is used to prevent exposing keys in an online environment.
98+
We now use the Security Domain Upload blob created in the previous step and upload it to the destination HSM to complete the security domain recovery. The `--restore-blob` flag is used to prevent exposing keys in an online environment.
9999

100100
```azurecli-interactive
101101
az keyvault security-domain upload --hsm-name ContosoMHSM2 --sd-file restore_blob.json --restore-blob

0 commit comments

Comments
 (0)