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
Path to the Arc resource bridge appliance config file, -appliance.yaml.
Path to kubeconfig, output from deploy command.
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 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
Path to the Arc resource bridge appliance config file, -appliance.yaml.
Path to kubeconfig, output from deploy command.
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 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
Path to the Arc resource bridge appliance config file, -appliance.yaml.
Path to kubeconfig, output from deploy command.
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.