Forum Discussion
Sagar_Lad
Jan 19, 2021Brass Contributor
How to extract azure advisor recommendation using powershell
Hi All,
How to extract azure advisor recommendation using powershell or cli ?
- AndySvintsSteel Contributor
Hello Sagar_Lad,
You can use MSGraph to accomplish this.
Azure Advisor API documentation contains Reccomendations Operation Category which will give you ability to programmatically get Azure Advisor Reccomendations.
There is also an official Microsoft.Graph module available on the PowerShell Gallery.
Hope that helps.