logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Azure Advisor - Manage Subscriptions | Online Free DevTools by Hexmos

Manage Azure subscriptions effectively with az advisor. Optimize configuration and receive recommendations to enhance your cloud environment. Free online tool, no registration required.

az-advisor

Manage Azure subscription information. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/advisor.

  • List Azure Advisor configuration for the entire subscription:

az advisor configuration list

  • Show Azure Advisor configuration for the given subscription or resource group:

az advisor configuration show {{[-g|--resource-group]}} {{resource_group}}

  • List Azure Advisor recommendations:

az advisor recommendation list

  • Enable Azure Advisor recommendations:

az advisor recommendation enable {{[-g|--resource-group]}} {{resource_group}}

  • Disable Azure Advisor recommendations:

az advisor recommendation disable {{[-g|--resource-group]}} {{resource_group}}

See Also