Hi @George Zerphey , you can search for the following API operations in the ARM template:
- Microsoft.Insights/AlertRules/Write
- Microsoft.Insights/AlertRules/Delete
- Microsoft.Insights/AlertRules/Read
- Microsoft.Insights/AlertRules/Activated/Action
- Microsoft.Insights/AlertRules/Resolved/Action
- Microsoft.Insights/AlertRules/Throttled/Action
- Microsoft.Insights/AlertRules/Incidents/Read
If any of these operations are present in the ARM template, it indicates that classic alert automation is being used. You can also check for the presence of the "classic" keyword in the ARM template, as this may indicate the use of classic alert automation as well.
Please let me know if you have any questions and I can help you further!