Skip to content

Commit d841135

Browse files
Merge pull request #227927 from ManoharLakkoju-MSFT/patch-31
(AzureCXP) fixes MicrosoftDocs/azure-docs#105386
2 parents 071007f + ce75617 commit d841135

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
@@ -44,7 +44,7 @@ You must provide the following inputs to create a Managed HSM resource:
4444
- The Azure location.
4545
- A list of initial administrators.
4646

47-
The following example creates an HSM named **ContosoMHSM**, in the resource group **ContosoResourceGroup**, residing in the **West US 3** location, with **the current signed in user** as the only administrator.
47+
The following example creates an HSM named **ContosoMHSM2**, in the resource group **ContosoResourceGroup**, residing in the **West US 3** location, with **the current signed in user** as the only administrator.
4848

4949
```azurecli-interactive
5050
oid=$(az ad signed-in-user show --query objectId -o tsv)
@@ -89,7 +89,7 @@ The `az keyvault security-domain upload` command performs following operations:
8989
In the following example, we use the Security Domain from the **ContosoMHSM**, the 2 of the corresponding private keys, and upload it to **ContosoMHSM2**, which is waiting to receive a Security Domain.
9090

9191
```azurecli-interactive
92-
az keyvault security-domain upload --hsm-name ContosoMHSM2 --sd-exchange-key ContosoMHSM-SDE.cer --sd-file ContosoMHSM-SD.json --sd-wrapping-keys cert_0.key cert_1.key
92+
az keyvault security-domain upload --hsm-name ContosoMHSM2 --sd-exchange-key ContosoMHSM2-SDE.cer --sd-file ContosoMHSM-SD.json --sd-wrapping-keys cert_0.key cert_1.key
9393
```
9494

9595
Now both the source HSM (ContosoMHSM) and the destination HSM (ContosoMHSM2) have the same security domain. We can now restore a full backup from the source HSM into the destination HSM.

0 commit comments

Comments
 (0)