An iris-swale app must run a Function when a blob is created, not every minute on a schedule. Which service best delivers that discrete reactive event?
Select an answer to reveal the explanation.
Short Explanation
When something happens, push the fact—don’t poll on a timer. Event Grid is built for discrete reactive events like a blob appearing.
Full Explanation
Event Grid delivers discrete Azure or custom events to subscribers when they occur. A timer that lists containers adds latency and misses the evented model; Application Insights telemetry and Redis pub/sub are not the Domain 5 Event Grid selection for blob-created reactions.