az-advisor: add page (#10962)

pull/23/head
Sebastiaan Speck 2023-10-14 06:53:36 +02:00 committed by GitHub
parent 4f2e72f8ce
commit 836057d82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# 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 --resource_group {{resource_group}}`
- List Azure Advisor recommendations:
`az advisor recommendation list`
- Enable Azure Advisor recommendations:
`az advisor recommendation enable --resource_group {{resource_group}}`
- Disable Azure Advisor recommendations:
`az advisor recommendation disable --resource_group {{resource_group}}`