I have set up multiple Azure alerts to monitor Azure web apps performance(4xx, 5xx, Response time). When any of the alerts rule triggers, it fires up an alert to my Microsoft outlook email.
I want to write those alert details such as alert name, date, and email subject into either One Note or Excel file every time these alerts are fired so that I can keep track of these alerts.
I tried the Microsoft Power Automate tool. They have a specific template where any new email arrives; it filters the email subject and then creates issues/Tasks/Bug on Azure DevOps. I couldn't find a template that writes certain alert details to the excel file or One Note.
Is there a better way to do this?