<?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 Getting data from Azure Event Grid backwards in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890766#M705</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Azure Event Grid Namespace. The retention period there is 7 days. However, I'm not able to get data from previous days with my evenstream. When I'm changing show results from: 7 days, I see nothing. So how is the retention period really working? Azure Event Grid has 7 days retention period. As far as I can see, the connection from Fabric to Azure Event Grid creates an "Push" subscription. But what if I would like to use "Queue" subscription? How I can connect there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 13:53:18 GMT</pubDate>
    <dc:creator>foks</dc:creator>
    <dc:date>2025-12-02T13:53:18Z</dc:date>
    <item>
      <title>Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890766#M705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Azure Event Grid Namespace. The retention period there is 7 days. However, I'm not able to get data from previous days with my evenstream. When I'm changing show results from: 7 days, I see nothing. So how is the retention period really working? Azure Event Grid has 7 days retention period. As far as I can see, the connection from Fabric to Azure Event Grid creates an "Push" subscription. But what if I would like to use "Queue" subscription? How I can connect there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 13:53:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890766#M705</guid>
      <dc:creator>foks</dc:creator>
      <dc:date>2025-12-02T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890782#M706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The retention means that Event Grid is keeping the published events, so you should be able to seem them in Azure, however an eventstream will only pull new events, event streams don't go back and get historical data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:15:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890782#M706</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-12-02T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890786#M707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Many Thanks for the answer.&lt;/P&gt;&lt;P&gt;Are you sure that the behaviour is the same for Azure Event Hubs (pull-based) and Azure Event Grid (push-based)? I'm wondering what will happen if I disable my Fabric capacity and send events using Azure Event Grid. Will I be able to get them after I launch my capacity again?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:18:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890786#M707</guid>
      <dc:creator>foks</dc:creator>
      <dc:date>2025-12-02T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890793#M708</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Fabric Eventstream will only recieve events when it is running. If you pause the capacity, it will no longer recieve events.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eventstreams are intended for near real time data movement, not for batch processing of historical data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:25:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890793#M708</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-12-02T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890798#M709</link>
      <description>&lt;P&gt;Sure, but I'm wondering how to handle bad scenarios for e.g. where there is a capacity/Fabric outtage and I'm syncing Evenstream with Lakehouse and don't want to lost any streamed data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890798#M709</guid>
      <dc:creator>foks</dc:creator>
      <dc:date>2025-12-02T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890837#M710</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;&amp;nbsp;- Eventstreams create an internal subscriber that monitors the last time pulled from the event grid. In the event of a capacity or eventstream pause, when it is resumed it will pull the events from the last time the events were processed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:10:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4890837#M710</guid>
      <dc:creator>kustortininja</dc:creator>
      <dc:date>2025-12-02T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Azure Event Grid backwards</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4891358#M711</link>
      <description>&lt;P&gt;Thanks. It makes sense now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 06:45:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Getting-data-from-Azure-Event-Grid-backwards/m-p/4891358#M711</guid>
      <dc:creator>foks</dc:creator>
      <dc:date>2025-12-03T06:45:43Z</dc:date>
    </item>
  </channel>
</rss>

