How can I download Resiliency reviews and its recommendations from review as CSV file?

Ramakrishna Abhijeet P 70 Reputation points
2024-12-02T09:20:15.8566667+00:00

I have Resiliency reviews with lot of recommendations. I need to download them as CSV using PowerShell or cli.

User's image

I'm using below Query but couldn't be able to expand the recommendations. How can I do it?
User's image

Windows for business | Windows Server | User experience | PowerShell
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
154 questions
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Coughlin 315 Reputation points Microsoft Employee
    2024-12-11T21:20:19.0233333+00:00

    Hello Ramakrishna,

    Give this query a try:

    advisorresources

    | mv-expand workloadName = properties.resourceWorkload.name

    | where workloadName == '<Review name>'

    Where <Review Name> would be the review name that you see in the Reviews (Preview) for the specific review you are wanting to export.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.