az arcappliance run
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 run command. Learn more about extensions.
Command group for consecutively running the Arc resource bridge commands required for deployment. This command is idempotent.
Commands
Name | Description | Type | Status |
---|---|---|---|
az arcappliance run hci |
Command to consecutively run the Arc resource bridge commands required for deployment on Azure Stack HCI. This command is idempotent. |
Extension | GA |
az arcappliance run scvmm |
Command to consecutively run the Arc resource bridge commands required for deployment on SCVMM. This command is idempotent. |
Extension | GA |
az arcappliance run vmware |
Command to consecutively run the Arc resource bridge commands required for deployment on VMware (Arc-enabled VMware). This command is idempotent. |
Extension | GA |
az arcappliance run hci
Command to consecutively run the Arc resource bridge commands required for deployment on Azure Stack HCI. This command is idempotent.
az arcappliance run hci --location
--name
--resource-group
[--cloudagent]
[--force]
[--loginconfigfile]
[--out-dir]
[--tags]
[--working-dir]
Examples
Use the 'run' command to deploy Arc resource bridge on Azure Stack HCI
az arcappliance run hci --resource-group [REQUIRED] --name [REQUIRED] --location [REQUIRED] --out-dir [OPTIONAL] --cloudagent [OPTIONAL] --loginconfigfile [OPTIONAL]
Required Parameters
The Azure location where the Arc resource bridge Azure resource will be deployed. Must be set to the same location as the resource group.
Name of the Arc resource bridge.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
FQDN or IP address of the Azure Stack HCI MOC cloud agent service used by Arc resource bridge. This can be found in the -infra.yaml configuration file stored locally on the HCI cluster.
Delete Arc resource bridge on-premises appliance VM and Azure resource with the same name/id (if it exists) before continuing to the run command.
File path for the Azure Stack HCI login configuration file, kvatoken.tok. By default, it is stored locally on the HCI cluster.
Output directory for on-premises appliance VM log files, defaults to ./ (current directory).
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Local directory path to store image & files downloaded for Arc resource bridge on-premises appliance VM deployment. If not specified, a default temp directory is used.
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 run scvmm
Command to consecutively run the Arc resource bridge commands required for deployment on SCVMM. This command is idempotent.
az arcappliance run scvmm --location
--name
--resource-group
[--address]
[--force]
[--out-dir]
[--password]
[--port]
[--tags]
[--username]
[--working-dir]
Examples
Use the 'run' command to deploy Arc resource bridge on SCVMM
az arcappliance run scvmm --resource-group [REQUIRED] --name [REQUIRED] --location [REQUIRED] --out-dir [OPTIONAL] --address [OPTIONAL] --port [OPTIONAL] --username [OPTIONAL] --password [OPTIONAL]
Required Parameters
The Azure location where the Arc resource bridge Azure resource will be deployed. Must be set to the same location as the resource group.
Name of the Arc resource bridge.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
SCVMM Server FQDN (e.g. vmmuser001.contoso.lab) or IPv4 address. If you have a Highly Available VMM setup, enter the role name.
Delete Arc resource bridge on-premises appliance VM and Azure resource with the same name/id (if it exists) before continuing to the run command.
Output directory for on-premises appliance VM log files, defaults to ./ (current directory).
SCVMM Administrator Password.
SCVMM server port number (Default: 8100).
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
SCVMM Administrator Username in the format domain\username where 'domain' should be the NetBIOS name of the domain (e.g. contoso\administrator).
Local directory path to store image & files downloaded for Arc resource bridge on-premises appliance VM deployment. If not specified, a default temp directory is used.
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 run vmware
Command to consecutively run the Arc resource bridge commands required for deployment on VMware (Arc-enabled VMware). This command is idempotent.
az arcappliance run vmware --location
--name
--resource-group
[--address]
[--force]
[--out-dir]
[--password]
[--tags]
[--username]
[--working-dir]
Examples
Use the 'run' command to deploy Arc resource bridge on VMware
az arcappliance run vmware --resource-group [REQUIRED] --name [REQUIRED] --location [REQUIRED] --out-dir [OPTIONAL] --address [OPTIONAL] --username [OPTIONAL] --password [OPTIONAL]
Required Parameters
The Azure location where the Arc resource bridge Azure resource will be deployed. Must be set to the same location as the resource group.
Name of the Arc resource bridge.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
FQDN or IP address for vCenter Server instance. Ex: 10.160.0.1.
Delete Arc resource bridge on-premises appliance VM and Azure resource with the same name/id (if it exists) before continuing to the run command.
Output directory for on-premises appliance VM log files, defaults to ./ (current directory).
Password for vSphere account that Arc resource bridge uses for on-premises infrastructure guest management.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Username for vSphere account that Arc resource bridge uses for on-premises infrastructure guest management.
Local directory path to store image & files downloaded for Arc resource bridge on-premises appliance VM deployment. If not specified, a default temp directory is used.
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.
Azure CLI