How can I generate list of backup name in azure

Eduardo Velasquez 1 Reputation point
2022-12-23T02:13:51.947+00:00

I wanted to generate list of azure backup name and exported to excel format
any workaround?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,126 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 37,686 Reputation points Microsoft Employee
    2022-12-23T04:40:54.247+00:00

    Hi @Eduardo Velasquez Thank you for contacting us on Microsoft Q&A forum. Happy to assist!

    I understand your ask for generating the list of Azure backup name and export that to excel. If you are using PowerShell, you can make use of PowerShell's export csv to export to excel https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/export-csv?view=powershell-7.3

    This example (not specific to backup) might also help https://learn.microsoft.com/en-us/answers/questions/531047/export-all-azure-resources-data-in-csv-file-using.html

    Also, you can see this article - https://learn.microsoft.com/en-us/cli/azure/backup/item?view=azure-cli-latest might be helpful.

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments