Forum Discussion
foks
8 months agoFrequent Visitor
Getting data from Azure Event Grid backwards
Hi, 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, ...
- 8 months ago
Hi foks - 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.
kustortininja
8 months agoMicrosoft Employee
Hi foks - 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.
foks
8 months agoFrequent Visitor
Thanks. It makes sense now.