Azure application insight transaction search (Exceptions) URL need to send via Azure Alert or using logicapp

Rakesh Indana 0 Reputation points
2024-11-05T08:41:11.0866667+00:00

Transaction search (Exceptions) URL need to be sent via Alert or using logic app

Here is the requirement when I'm doing troubleshooting in application insights -->In Transaction search --> Example (Event type-Exceptions)--> Open any End-to-end transaction (In GUI you can see the Copy link) URL --> Need to send via an alert or using the logic app

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,317 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,205 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ashok Gandhi Kotnana 235 Reputation points Microsoft Vendor
    2024-11-05T16:20:44.1933333+00:00

    Hi Rakesh Indana,

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    You can send Exceptions via Alerts (Action Group) or else you can send it via logic app as well.
    Below are the possible seniors we can choose out of the other

    Use Azure Alerts for straightforward notifications on system metrics or resource health without complex workflows, like emails or SMS alerts based on threshold breaches​

    Choose Logic Apps for advanced, multi-step workflows or integrations, where alerts need to trigger complex automation across multiple systems or include conditional logic​

    Note: Go App Insights-> Alerts->Action Group->Exceptions->Webhook URL This is easy and straight forward below are the steps provide for your reference

    Here’s how you can do it using Azure Monitor and Action Groups:

    1. Create an Alert Rule in Application Insights:
      • Go to your Application Insights resource in the Azure portal.
      • Navigate to Alerts and create a new alert rule.
      • Configure the alert condition to trigger on exceptions.
    2. Create an Action Group:
      • As part of the alert rule configuration, create an Action Group.
      • Add an action to send an email or use a webhook to notify the recipient.
    3. Send Transaction Link in Alert:
    • Configure the email or webhook payload to include the relevant transaction information. Unfortunately, there is no direct way to include the “Copy link” URL from the GUI, but you can include details such as operation ID, timestamp, and other context information that can help locate the transaction. Reference document: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview With these steps, you should be able to send the transaction search exceptions via alerts. Hope this helps!
      Please let us know if you have any further queries. I’m happy to assist you further. 

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

     


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.