Share via


az hdinsight-on-aks cluster node-profile

Note

This reference is part of the hdinsightonaks extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az hdinsight-on-aks cluster node-profile command. Learn more about extensions.

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage compute node profile.

Commands

Name Description Type Status
az hdinsight-on-aks cluster node-profile create

Create a node profile with SKU and worker count.

Extension Preview

az hdinsight-on-aks cluster node-profile create

Preview

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a node profile with SKU and worker count.

az hdinsight-on-aks cluster node-profile create --count
                                                --node-type
                                                --vm-size

Required Parameters

--count

The number of virtual machines.

--node-type

The node type.

--vm-size

The virtual machine SKU.

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.