An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
@Susai Alphonse - Welcome to Microsoft Q&A and thanks for reaching out to us.
You can have the action group execute an Automation Runbook or Logic App where you get the alert details through payload and then send an email notification in your own custom way.
If you would like to leverage the customize actions feature, then please follow this example to create the log alert rule.
Also, it is possible to fully customize the email notification by using a logic app. In short, the action group would be configured with a webhook action to send the schema data to the logic app. The logic app can be configured to display the emailed content using any format and data you want to use from the alert payload.
Please follow this doc for more info: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-logic-apps?tabs=send-email
Hope this helps. and please feel free to reach out if you have any further questions.
If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.