az arcappliance create

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 create command. Learn more about extensions.

Command group for creation of the connection between the Arc resource bridge on-premises appliance VM and its corresponding Azure resource.

Commands

Name Description Type Status
az arcappliance create hci

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge (Azure Stack HCI).

Extension GA
az arcappliance create scvmm

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge on SCVMM.

Extension GA
az arcappliance create vmware

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge (Arc-enabled VMware).

Extension GA

az arcappliance create hci

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge (Azure Stack HCI).

az arcappliance create hci --config-file
                           --kubeconfig
                           [--location]
                           [--name]
                           [--resource-group]
                           [--tags]

Examples

Create connection between the on-premises appliance VM and Azure resource for Arc resource bridge on Azure Stack HCI

az arcappliance create hci --config-file [REQUIRED] --kubeconfig [REQUIRED]

Required Parameters

--config-file

Path to the Arc resource bridge appliance config file, -appliance.yaml.

--kubeconfig

Path to kubeconfig, output from deploy command.

Optional Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--name -n

Name of the Arc resource bridge.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az arcappliance create scvmm

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge on SCVMM.

az arcappliance create scvmm --config-file
                             --kubeconfig
                             [--location]
                             [--name]
                             [--resource-group]
                             [--tags]

Examples

Create connection between the on-premises appliance VM and Azure resource for Arc resource bridge on SCVMM

az arcappliance create scvmm --config-file [REQUIRED] --kubeconfig [REQUIRED]

Required Parameters

--config-file

Path to the Arc resource bridge appliance config file, -appliance.yaml.

--kubeconfig

Path to kubeconfig, output from deploy command.

Optional Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--name -n

Name of the Arc resource bridge.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az arcappliance create vmware

Command to create the connection between the on-premises appliance VM and Azure resource for Arc resource bridge (Arc-enabled VMware).

az arcappliance create vmware --config-file
                              --kubeconfig
                              [--location]
                              [--name]
                              [--resource-group]
                              [--tags]

Examples

Create connection between the on-premises appliance VM and Azure resource for Arc resource bridge on VMware

az arcappliance create vmware --config-file [REQUIRED] --kubeconfig [REQUIRED]

Required Parameters

--config-file

Path to the Arc resource bridge appliance config file, -appliance.yaml.

--kubeconfig

Path to kubeconfig, output from deploy command.

Optional Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--name -n

Name of the Arc resource bridge.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.