az keyvault region
Manage MHSM multi-regions.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault region add |
Add regions for the managed HSM Pool. |
Core | GA |
az keyvault region list |
Get regions information associated with the managed HSM Pool. |
Core | GA |
az keyvault region remove |
Remove regions for the managed HSM Pool. |
Core | GA |
az keyvault region wait |
Place the CLI in a waiting state until a condition of the HSM is met. |
Core | GA |
az keyvault region add
Add regions for the managed HSM Pool.
az keyvault region add --hsm-name
--region
[--no-wait]
[--resource-group]
Examples
Add regions for the managed HSM.
az keyvault region add --region-name westus2 --hsm-name myhsm --resource-group myrg
Required Parameters
Name of the HSM.
The region name.
Optional Parameters
Do not wait for the long-running operation to finish.
Proceed only if Key Vault belongs to the specified resource group.
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.
az keyvault region list
Get regions information associated with the managed HSM Pool.
az keyvault region list --hsm-name
[--resource-group]
Required Parameters
Name of the HSM.
Optional Parameters
Proceed only if Key Vault belongs to the specified resource group.
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.
az keyvault region remove
Remove regions for the managed HSM Pool.
az keyvault region remove --hsm-name
--region
[--no-wait]
[--resource-group]
Examples
Remove regions for the managed HSM.
az keyvault region remove --region-name westus2 --hsm-name myhsm --resource-group myrg
Required Parameters
Name of the HSM.
The region name.
Optional Parameters
Do not wait for the long-running operation to finish.
Proceed only if Key Vault belongs to the specified resource group.
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.
az keyvault region wait
Place the CLI in a waiting state until a condition of the HSM is met.
az keyvault region wait --hsm-name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--resource-group]
[--timeout]
[--updated]
Examples
Pause CLI until the regions are updated.
az keyvault region wait --hsm-name myhsm --updated
Required Parameters
Name of the HSM.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Proceed only if Key Vault belongs to the specified resource group.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.