<?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: How to Trigger pipeline using Event trigger in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4787312#M11488</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475583"&gt;@wardy912&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for the great explanation. Glad you shared this to help anyone who struggles with this problem&lt;BR /&gt;I managed to handle the issue by adding a condition to the trigger. Now my ETL triggers only when it detected the file I expect to see.&amp;nbsp;&lt;BR /&gt;I use Event strem , which is already filtered by the subject, and then activator with the condition filter by the url contains the file name. I will add the soution here when I get a time.&amp;nbsp;&lt;BR /&gt;Trying to learn the concept of this. This is a bit different to Synapse or ADF though.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 02:09:38 GMT</pubDate>
    <dc:creator>KGU_16031986</dc:creator>
    <dc:date>2025-08-05T02:09:38Z</dc:date>
    <item>
      <title>How to Trigger pipeline using Event trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4785937#M11450</link>
      <description>&lt;P&gt;I have an ETL which I need to trigger when blob created or updated.&lt;BR /&gt;In my Azure storage, My blob path is&lt;BR /&gt;landing/General/test.csv&lt;BR /&gt;My storage account:Peausefilesystem&lt;BR /&gt;&lt;BR /&gt;How do I get this created, using event triggers with filters.&lt;BR /&gt;When I added a trigger with the path filer by subject&lt;BR /&gt;Sbject begins with&amp;nbsp;landing/General/test.csv, it triggers everytime when a blob created in any directory than what I have filtered.&amp;nbsp;&lt;BR /&gt;Bit confisued with the set up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 04:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4785937#M11450</guid>
      <dc:creator>KGU_16031986</dc:creator>
      <dc:date>2025-08-04T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger pipeline using Event trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4786499#M11465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234657"&gt;@KGU_16031986&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know you are only having issues with a small part of this, but for other community users I will detail the full configuration. Firstly, you will need to register 'Microsoft.EventGrid' in your azure subscription. Go to Subscription/Resource providers and search 'Microsoft.EventGrid' and click 'register'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your data pipeline, select 'triggers' from the top toolbar, then 'add trigger'. You'll be presented with this menu on the right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wardy912_0-1754298359894.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1288479i04EA7D5BEA1C09F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wardy912_0-1754298359894.png" alt="wardy912_0-1754298359894.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When you select 'select source monitor' you are presented with a list of option, choose 'Azure blob storage events', then you will see a menu where you can select your storage account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wardy912_1-1754298516655.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1288480i7DF49461FF6A4A49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wardy912_1-1754298516655.png" alt="wardy912_1-1754298516655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next you need to configure the alert, choose all events you want to be included in the trigger, for this example i've select 'blobcreated', 'blobdeleted' and 'blobrenamed'.&lt;/P&gt;&lt;P&gt;Now we need to add a filter that contains the full path. Use 'Subject', 'Begins with', then add the following path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/blobServices/default/containers/&amp;lt;your-storage-account-name&amp;gt;/blobs/landing/General/test.csv&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click save, then create rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my test pipeline, I have a set variable activity to show the successful test.&lt;/P&gt;&lt;P&gt;When I change the title of test.csv in my storage account the pipeline runs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wardy912_2-1754300976162.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1288494iDE270E40DF9C74D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wardy912_2-1754300976162.png" alt="wardy912_2-1754300976162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can view the details of the trigger by opening the activator. Go to 'triggers' on the top tool bar of the pipeline, view triggers, the 'open in Activator'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wardy912_3-1754301081663.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1288495i9004344A2F7491D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wardy912_3-1754301081663.png" alt="wardy912_3-1754301081663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wardy912_4-1754301136319.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1288497i163344F79F67B455/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wardy912_4-1754301136319.png" alt="wardy912_4-1754301136319.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps, please give a thumbs up and mark as solved if it does, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 09:57:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4786499#M11465</guid>
      <dc:creator>wardy912</dc:creator>
      <dc:date>2025-08-04T09:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger pipeline using Event trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4787312#M11488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475583"&gt;@wardy912&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for the great explanation. Glad you shared this to help anyone who struggles with this problem&lt;BR /&gt;I managed to handle the issue by adding a condition to the trigger. Now my ETL triggers only when it detected the file I expect to see.&amp;nbsp;&lt;BR /&gt;I use Event strem , which is already filtered by the subject, and then activator with the condition filter by the url contains the file name. I will add the soution here when I get a time.&amp;nbsp;&lt;BR /&gt;Trying to learn the concept of this. This is a bit different to Synapse or ADF though.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 02:09:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4787312#M11488</guid>
      <dc:creator>KGU_16031986</dc:creator>
      <dc:date>2025-08-05T02:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger pipeline using Event trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4787415#M11489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234657"&gt;@KGU_16031986&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475583"&gt;@wardy912&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for your prompt response it's truly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 05:10:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Trigger-pipeline-using-Event-trigger/m-p/4787415#M11489</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-05T05:10:38Z</dc:date>
    </item>
  </channel>
</rss>

