You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Prerequisites if backing up and restoring using user assigned managed identity (preview):
39
+
#### Prerequisites if backing up and restoring using user assigned managed identity:
40
40
41
41
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).
42
42
2. Create a user assigned managed identity.
@@ -58,7 +58,7 @@ Backup is a long running operation but will immediately return a Job ID. You can
58
58
59
59
While the backup is in progress, the HSM might not operate at full throughput as some HSM partitions will be busy performing the backup operation.
60
60
61
-
### Backup HSM using user assigned managed identity (preview)
61
+
### Backup HSM using user assigned managed identity
@@ -105,7 +105,7 @@ There are 2 ways to execute a full restore. You must provide the following infor
105
105
106
106
Restore is a long running operation but will immediately return a Job ID. You can check the status of the restore process using this Job ID. When the restore process is in progress, the HSM enters a restore mode and all data plane command (except check restore status) are disabled.
107
107
108
-
### Restore HSM using user assigned managed identity (preview)
108
+
### Restore HSM using user assigned managed identity
0 commit comments