Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az sf cluster node
Manage the node instance of a cluster.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az sf cluster node add |
Add nodes to a node type in a cluster. |
Core | GA |
| az sf cluster node remove |
Remove nodes from a node type in a cluster. |
Core | GA |
az sf cluster node add
Add nodes to a node type in a cluster.
az sf cluster node add --cluster-name
--node-type
--nodes-to-add --number-of-nodes-to-add
--resource-group
[--acquire-policy-token]
[--change-reference]
Examples
Add 2 'nt1' nodes to a cluster.
az sf cluster node add -g group-name -c cluster1 --number-of-nodes-to-add 2 --node-type 'nt1'
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
The Node type name.
Number of nodes to add.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
az sf cluster node remove
Remove nodes from a node type in a cluster.
az sf cluster node remove --cluster-name
--node-type
--nodes-to-remove --number-of-nodes-to-remove
--resource-group
[--acquire-policy-token]
[--change-reference]
Examples
Remove 2 'nt1' nodes from a cluster.
az sf cluster node remove -g group-name -c cluster1 --node-type 'nt1' --number-of-nodes-to-remove 2
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
The Node type name.
Number of nodes to remove.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Feedback
Was this page helpful?
