Linux command
az-advisor 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List all Azure Advisor recommendations
az advisor recommendation list
List recommendations
az advisor recommendation list --category [Cost|Security|HighAvailability|Performance|OperationalExcellence]
Show Advisor configuration
az advisor configuration show
List configuration
az advisor configuration list
Disable a recommendation
az advisor recommendation disable --name [recommendation-name] --resource-group [rg-name]
Enable a previously disabled
az advisor recommendation enable --name [recommendation-name] --resource-group [rg-name]
说明
az advisor manages Azure Advisor, a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. Azure Advisor analyzes resource configuration and usage telemetry, then recommends solutions to improve cost effectiveness, performance, reliability, and security. Recommendations are categorized into: Cost, Security, HighAvailability (Reliability), Performance, and OperationalExcellence.
FAQ
What is the az-advisor command used for?
az advisor manages Azure Advisor, a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. Azure Advisor analyzes resource configuration and usage telemetry, then recommends solutions to improve cost effectiveness, performance, reliability, and security. Recommendations are categorized into: Cost, Security, HighAvailability (Reliability), Performance, and OperationalExcellence.
How do I run a basic az-advisor example?
Run `az advisor recommendation list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more az-advisor examples?
This page includes 6 examples for az-advisor, plus related commands for nearby Linux tasks.