Skip to content

Commit a9f6e7e

Browse files
authored
Update backup-restore.md
1 parent db468a2 commit a9f6e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/key-vault/managed-hsm/backup-restore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ You must provide following information to execute a full backup:
3131
- Storage account blob storage container
3232
- Storage container SAS token with permissions `crdw` (if storage account is not behind a private endpoint)
3333

34-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
35-
36-
### Prerequisites if the storage account is behind a private endpoint (preview):
34+
#### Prerequisites if the storage account is behind a private endpoint (preview):
3735

38-
1. Ensure you have the latest CLI version installed.
36+
1. Ensure you have the Azure CLI version 2.54.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
3937
2. Create a user assigned managed identity.
4038
3. Create a storage account (or use an existing storage account).
4139
4. Enable Trusted service bypass on the storage account in the “Networking” tab, under “Exceptions.”
@@ -50,6 +48,8 @@ You must provide following information to execute a full backup:
5048
az keyvault update-hsm --hsm-name mhsmdemo2 –g mhsmrgname --mi-user-assigned "/subscriptions/subid/resourcegroups/mhsmrgname/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userassignedidentitynamefromstep2"
5149
```
5250

51+
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
52+
5353
## Full backup
5454

5555
Backup is a long running operation but will immediately return a Job ID. You can check the status of backup process using this Job ID. The backup process creates a folder inside the designated container with a following naming pattern **`mhsm-{HSM_NAME}-{YYYY}{MM}{DD}{HH}{mm}{SS}`**, where HSM_NAME is the name of managed HSM being backed up and YYYY, MM, DD, HH, MM, mm, SS are the year, month, date, hour, minutes, and seconds of date/time in UTC when the backup command was received.

0 commit comments

Comments
 (0)