az sf cluster reliability
Manage the reliability of a cluster.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sf cluster reliability update |
Update the reliability tier for the primary node in a cluster. |
Core | GA |
az sf cluster reliability update
Update the reliability tier for the primary node in a cluster.
az sf cluster reliability update --cluster-name
--reliability-level {Bronze, Gold, Platinum, Silver}
--resource-group
[--auto-add-node]
Examples
Change the cluster reliability level to 'Silver'.
az sf cluster reliability update -g group-name -c cluster1 --reliability-level Silver
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
Durability level.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Add node count automatically when changing reliability.
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.