az arcappliance upgrade
Note
This reference is part of the arcappliance extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az arcappliance upgrade command. Learn more about extensions.
Command group for upgrading an Appliance cluster.
Commands
Name | Description | Type | Status |
---|---|---|---|
az arcappliance upgrade hci |
Command to upgrade an Appliance on Azure Stack HCI. |
Extension | GA |
az arcappliance upgrade scvmm |
Command to upgrade an Appliance on SCVMM. |
Extension | GA |
az arcappliance upgrade vmware |
Command to upgrade an Appliance on VMware. |
Extension | GA |
az arcappliance upgrade hci
Command to upgrade an Appliance on Azure Stack HCI.
az arcappliance upgrade hci --config-file
[--location]
[--name]
[--no-wait]
[--resource-group]
Examples
Upgrade HCI Appliance
az arcappliance upgrade hci --config-file [REQUIRED]
Required Parameters
Path to Appliance Config File.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of the Arc resource bridge.
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>
.
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 arcappliance upgrade scvmm
Command to upgrade an Appliance on SCVMM.
az arcappliance upgrade scvmm --config-file
[--location]
[--name]
[--no-wait]
[--resource-group]
Examples
Upgrade SCVMM Appliance
az arcappliance upgrade scvmm --config-file [REQUIRED]
Required Parameters
Path to Appliance Config File.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of the Arc resource bridge.
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>
.
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 arcappliance upgrade vmware
Command to upgrade an Appliance on VMware.
az arcappliance upgrade vmware --config-file
[--location]
[--name]
[--no-wait]
[--resource-group]
Examples
Upgrade VMware Appliance
az arcappliance upgrade vmware --config-file [REQUIRED]
Required Parameters
Path to Appliance Config File.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of the Arc resource bridge.
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>
.
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.