<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitor pipeline runs with alerts in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4285893#M6366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701977" data-lia-user-login="FabianSchut" class="lia-mention lia-mention-user"&gt;FabianSchut&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not see any option to send an alert from Data Activator when pipeline fails. Can you please point me to the proper url&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 10:41:08 GMT</pubDate>
    <dc:creator>Srisakthi</dc:creator>
    <dc:date>2024-11-15T10:41:08Z</dc:date>
    <item>
      <title>Monitor pipeline runs with alerts</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4141013#M5300</link>
      <description>&lt;P&gt;We use the Monitor in Fabric to track pipeline runs. We do integration of on prem data within these pipelines among other things and there is always a risk of failures. So we need to have a comprehensive monitoring solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have not been able to find a solution for two things :&lt;/P&gt;&lt;P&gt;1. Receive alerts on failed runs&lt;/P&gt;&lt;P&gt;2. Create monitoring dashboards that are visible to the team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have looked into the Real-Time Hub but haven't found a solution there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 16:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4141013#M5300</guid>
      <dc:creator>GammaRamma</dc:creator>
      <dc:date>2024-09-09T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor pipeline runs with alerts</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4141992#M5306</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use a combination of a logic app and a web activity in Fabric data pipeline to achieve this. You should connect the failed line of a pipeline activity to the web activity that makes an http request to your Logic app. That Logic app will send an e-mail notifcying you of your failed pipeline. An instruction to set this up in Azure Data Factory can be found here and can be used in MS Fabric too: &lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/how-to-send-email" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/data-factory/how-to-send-email&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;For monitoring dashboards, you could create some more advanced logging. An example is to use a copy activity with a custom query to select your specific logging needed. In that query, you could take for example name and run id of the pipeline activity. The destination of that copy activity could be your own lakehouse table with all desired columns for your logging. Based on that table, you could create a Power BI dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The advantage of having a Power BI dashboard is that you could now use the Data Activator from Fabric to alert people when a pipeline has failed. The documentation for setting up this alert can be found here: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-activator/data-activator-create-triggers-design-mode" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-activator/data-activator-create-triggers-design-mode&lt;/A&gt;. Then, you don't need the Logic App anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 05:42:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4141992#M5306</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-09-10T05:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor pipeline runs with alerts</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4142085#M5308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following alternatives can be tried:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a pipeline without any notification activity.&lt;/LI&gt;
&lt;LI&gt;Create a second empty pipeline and add an Invoke Pipeline to invoke the first pipeline.&lt;/LI&gt;
&lt;LI&gt;Add Outlook activity to the “On fail” node of the Invoke Pipeline activity.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When it fails, you will be notified by email. Just like below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 06:27:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4142085#M5308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-10T06:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor pipeline runs with alerts</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4285893#M6366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701977" data-lia-user-login="FabianSchut" class="lia-mention lia-mention-user"&gt;FabianSchut&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not see any option to send an alert from Data Activator when pipeline fails. Can you please point me to the proper url&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 10:41:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4285893#M6366</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-11-15T10:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor pipeline runs with alerts</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4893530#M8860</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We run multiple scheduled pipelines, each with chained Invoke pipelines. How to consolidate multiple pipeline failures into a single monitoring system?&amp;nbsp;How can we monitor all of them together and send one Teams alert when any pipeline fails? Please give step-by-step instructions.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 20:01:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Monitor-pipeline-runs-with-alerts/m-p/4893530#M8860</guid>
      <dc:creator>JoanAmal</dc:creator>
      <dc:date>2025-12-04T20:01:10Z</dc:date>
    </item>
  </channel>
</rss>

