Forum Discussion
ServiceNow Event Management integration with Azure Monitor
There are two ways this integration is available - one via alerts where the action groups can be set to create tickets in Service now.
The other is enabling this solution
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/itsmc-overview
shijain13 is this still relevant, https://docs.microsoft.com/en-us/azure/azure-monitor/platform/itsmc-overview?
I thought that only worked with Azure classic alerts which are no longer supported.
Last year we started working with the action groups but the json payload was different depending on how the alert was generated causing us a lot of issues on the transform side in SN.
- Billy YorkJun 30, 2020Iron Contributor
StephenMorrison you'll want to use the common alert schema wherever possible, and the alerts should largely be the same except for the resource and metrics that change.
- ofmanorJun 30, 2020Former Employee
Hi Stephen,
the solution lets you define an ITSM connections. You can call them using the ITSM action of your action group for all non-classic alerts.
I hope that helps,
Ofir
- StephenMorrisonJun 30, 2020Copper Contributorok, we will give it another shot, thanks.
- ofmanorJun 30, 2020Former Employee
Oh, another option is to use logic apps and their built-in ServiceNow connector
https://docs.microsoft.com/en-us/connectors/service-now/
You can use the alert common schema flag with that logic app action (in the action group), so you will receive a more standard JSON payloadOfir