az site-recovery fabric
Note
This reference is part of the site-recovery extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az site-recovery fabric command. Learn more about extensions.
Manage Fabric.
Commands
Name | Description | Type | Status |
---|---|---|---|
az site-recovery fabric create |
Create operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site). |
Extension | GA |
az site-recovery fabric delete |
Delete operation to purge(force delete) an Azure Site Recovery fabric. |
Extension | GA |
az site-recovery fabric list |
List a list of the Azure Site Recovery fabrics in the vault. |
Extension | GA |
az site-recovery fabric remove |
The operation to delete or remove an Azure Site Recovery fabric. |
Extension | GA |
az site-recovery fabric show |
Get the details of an Azure Site Recovery fabric. |
Extension | GA |
az site-recovery fabric update |
Update operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site). |
Extension | GA |
az site-recovery fabric create
Create operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site).
az site-recovery fabric create --fabric-name
--resource-group
--vault-name
[--custom-details]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
Examples
fabric create for A2A
az site-recovery fabric create -n fabric1_name -g rg --vault-name vault_name --custom-details '{azure:{location:eastus}}'
Required Parameters
Name of the ASR fabric.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the recovery services vault.
Optional Parameters
Fabric provider specific creation input. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Do not wait for the long-running operation to finish.
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 site-recovery fabric delete
Delete operation to purge(force delete) an Azure Site Recovery fabric.
az site-recovery fabric delete [--fabric-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--vault-name]
[--yes]
Examples
fabric delete
az site-recovery fabric delete -n fabric1_name -g rg --vault-name vault_name
Optional Parameters
ASR fabric to purge.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the recovery services vault.
Do not prompt for confirmation.
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 site-recovery fabric list
List a list of the Azure Site Recovery fabrics in the vault.
az site-recovery fabric list --resource-group
--vault-name
[--max-items]
[--next-token]
Examples
fabric list
az site-recovery fabric list -g rg --vault-name vault_name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the recovery services vault.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 site-recovery fabric remove
The operation to delete or remove an Azure Site Recovery fabric.
az site-recovery fabric remove [--fabric-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--vault-name]
Examples
fabric remove
az site-recovery fabric remove -n fabric_source_name -g rg --vault-name vault_name
Optional Parameters
ASR fabric to delete.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the recovery services vault.
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 site-recovery fabric show
Get the details of an Azure Site Recovery fabric.
az site-recovery fabric show [--fabric-name]
[--filter]
[--ids]
[--resource-group]
[--subscription]
[--vault-name]
Examples
fabric show
az site-recovery fabric show -n fabric1_name -g rg --vault-name vault_name
Optional Parameters
Fabric name.
OData filter options.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the recovery services vault.
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 site-recovery fabric update
Update operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site).
az site-recovery fabric update [--add]
[--custom-details]
[--fabric-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--vault-name]
Examples
fabric update
az site-recovery fabric update -n fabric_source_name -g rg --vault-name vault_name --custom-details '{azure:{location:eastus}}'
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
Fabric provider specific creation input. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Fabric name.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the recovery services vault.
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.