az keyvault restore
Manage full HSM restore.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault restore start |
Restore a full backup of a HSM. |
Core | GA |
az keyvault restore start
Restore a full backup of a HSM.
az keyvault restore start --backup-folder
[--blob-container-name]
[--hsm-name]
[--id]
[--key]
[--storage-account-name]
[--storage-container-SAS-token]
[--storage-resource-uri]
[--use-managed-identity {false, true}]
Required Parameters
Name of the blob container which contains the backup.
Optional Parameters
Name of Blob Container.
Name of the HSM. Can be omitted if --id is specified.
Full URI of the HSM.
Name of a single key in the backup. When set, only this key will be restored.
Name of Azure Storage Account.
The SAS token pointing to an Azure Blob storage container.
Azure Blob storage container Uri. If specified all other 'Storage Id' arguments should be omitted.
If True, Managed HSM will use the configured user-assigned managed identity to authenticate with Azure Storage. Otherwise, a sas_token
has to be specified.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.