Data Load Monitoring through MS-Team

Ram Babu 45 Reputation points
2024-03-27T09:17:18.92+00:00

Hi Team,

Is there any way to observe data load monitor in ms teams. we need monitoring our data loads and pipelines in ms team. my requirement like below

It provides load monitoring visibility to the all the stakeholders. It brings the load statistics from azure monitoring to MS-Team and dump it in a channel.

Please suggest. Thanks

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

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 19,856 Reputation points
    2024-04-05T04:05:27.65+00:00

    @Ram Babu Apologies for the delayed response.

    Based on my understanding, you are trying to post alerts to Teams message from LA workspace.

    For it, you can follow the steps below:

    1. Follow the steps as highlighted in the following document to create a Logic Apps which gets triggered for alert and posts message in Teams - Customize alert notifications by using Logic Apps
    2. Create a "Log based alert rule" as described here - Tutorial: Create a log search alert for an Azure resource
    3. Instead of following the "Configure actions" in this doc, you will have to specify a different action group. The steps in the article above (as shared in step 1) configure the alert notification through email. Since the requirement is to push it to Teams, use the "Action group" created in step 1 above.

    Hope this helps.

    If the answer did not help, please add more context/follow-up question for it. Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.