'is there any way to integrate Alert rules with Azuredevops WorkItems-bugs
Looking for some way to create the ADO workitem type-bugs, whenever any created Azure alert rules trigger alerts.
Is there any inbuilt mechanisam available either in ADO or Azure loganalytic workspaces, where we created the alert rules.
Solution 1:[1]
I don't think there's any built-in way to do it.
You could create an Azure Logic App that creates a task in DevOps and then make it an Action for your Alert.
Connecting the ticket state back to alert state (i.e. to mark the alert as resolved once the bug is fixed) should be possible, but a lot trickier.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | qbik |