LinuxCommandLibrary

az-advisor

Manage Azure subscription information.

TLDR

List Azure Advisor configuration for the entire subscription

$ az advisor configuration list
copy


Show Azure Advisor configuration for the given subscription or resource group
$ az advisor configuration show --resource_group [resource_group]
copy


List Azure Advisor recommendations
$ az advisor recommendation list
copy


Enable Azure Advisor recommendations
$ az advisor recommendation enable --resource_group [resource_group]
copy


Disable Azure Advisor recommendations
$ az advisor recommendation disable --resource_group [resource_group]
copy

Copied to clipboard