az sf cluster node-type

Manage the node-type of a cluster.

Commands

Name Description Type Status
az sf cluster node-type add

Add a new node type to a cluster.

Core GA

az sf cluster node-type add

Add a new node type to a cluster.

az sf cluster node-type add --capacity
                            --cluster-name
                            --node-type
                            --resource-group
                            --vm-password
                            --vm-user-name
                            [--durability-level {Bronze, Gold, Silver}]
                            [--vm-sku]
                            [--vm-tier]

Examples

Add a new node type to a cluster.

az sf cluster node-type add -g group-name -c cluster1 --node-type 'n2' --capacity 5 --vm-user-name 'adminName' --vm-password testPassword0

Required Parameters

--capacity

The capacity tag applied to nodes in the node type. The cluster resource manager uses these tags to understand how much capacity a node has.

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--node-type

The Node type name.

--resource-group -g

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

--vm-password

The password of the Vm.

--vm-user-name

The user name for logging to Vm. Default will be adminuser.

Optional Parameters

--durability-level

Durability level.

accepted values: Bronze, Gold, Silver
default value: Bronze
--vm-sku

VM Sku.

default value: Standard_D2_V2
--vm-tier

VM tier.

default value: Standard
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.