I am trying to send Azure resource health, planned maintenance and service health logs to Logs analytics workspace for further processing directly without using event hub or intermediate services.
I have found that service health and resource health allow to create alert rules and action group which can invoke azure function/Logic app/Event hub/Webhook. But have not found an option to send the events to Logs analytics workspace directly. Is this even possible?
Thank you.