az advisor configuration
Manage Azure Advisor configuration.
Commands
Name | Description | Type | Status |
---|---|---|---|
az advisor configuration list |
List Azure Advisor configuration for the entire subscription. |
Core | GA |
az advisor configuration show |
Show Azure Advisor configuration for the given subscription or resource group. |
Core | GA |
az advisor configuration update |
Update Azure Advisor configuration. |
Core | GA |
az advisor configuration list
List Azure Advisor configuration for the entire subscription.
az advisor configuration list
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.
az advisor configuration show
Show Azure Advisor configuration for the given subscription or resource group.
az advisor configuration show [--resource-group]
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
az advisor configuration update
Update Azure Advisor configuration.
az advisor configuration update [--add]
[--configuration-name]
[--exclude]
[--force-string]
[--include]
[--low-cpu-threshold {10, 15, 20, 5}]
[--remove]
[--resource-group]
[--set]
Examples
Update low CPU threshold for a given subscription to 20%.
az advisor configuration update -l 20
Exclude a given resource group from recommendation generation.
az advisor configuration update -g myRG -e
Update Azure Advisor configuration. (autogenerated)
az advisor configuration update --include --resource-group myRG
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
Advisor configuration name. Value must be "default".
Exclude from recommendation generation.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Include in recommendation generation.
Value for low CPU threshold.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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.
Azure CLI