The node_type
parameter specifies the type of instance to use for nodes in your Convox rack. This allows you to choose the appropriate instance type based on your application’s requirements.
The default value for node_type
is Standard_D3_v3
.
To set the node_type
parameter, use the following command:
$ convox rack params set node_type=Standard_D3_v3 -r rackName
Setting parameters... OK
This command sets the node_type
parameter to the specified value.
Selecting the appropriate node_type
is crucial for ensuring that your applications run efficiently and cost-effectively. Consider the specific needs of your workload when choosing an instance type. For more information on Azure instance types, refer to the Azure documentation.