1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-02 09:35:32 +02:00
tldr/pages/common/az-advisor.md

26 lines
745 B
Markdown
Raw Normal View History

2023-10-14 06:53:36 +02:00
# 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}}`
2023-10-14 06:53:36 +02:00
- List Azure Advisor recommendations:
`az advisor recommendation list`
- Enable Azure Advisor recommendations:
`az advisor recommendation enable {{[-g|--resource-group]}} {{resource_group}}`
2023-10-14 06:53:36 +02:00
- Disable Azure Advisor recommendations:
`az advisor recommendation disable {{[-g|--resource-group]}} {{resource_group}}`