An egret-pool intern waits for Event Hubs to POST each event to a webhook the way Event Grid does. How should events actually be consumed?
Select an answer to reveal the explanation.
Short Explanation
Event Grid pushes; Event Hubs waits for you to read. Spin up an SDK consumer, Kafka client, or Functions Event Hub trigger and pull from the log.
Full Explanation
Event Hubs uses a pull/read consumption model: applications (including an Azure Functions Event Hub trigger) read the partitioned log. It does not push each event to arbitrary webhooks like Event Grid. Graph notifications and APIM CORS are unrelated to Event Hubs consumption.