A redpoll-fen IoT farm emits thousands of temperature readings per second for analytics, and a teammate creates an Event Grid topic. Which service should carry that telemetry stream instead?
Select an answer to reveal the explanation.
Short Explanation
Discrete reactions versus firehose telemetry—don’t confuse them. Stream the temperatures through Event Hubs and save Event Grid for “something happened” events.
Full Explanation
Event Hubs is designed for high-throughput append-only telemetry streams with multiple independent readers. Event Grid targets discrete reactive events, not thousands of sensor readings per second. Queue Storage and Graph are the wrong fabrics for this analytics stream.