An urchin-cove team tries to create “an Event Hub” with no parent and wonders where the endpoint lives. What hierarchy should they create first?
Select an answer to reveal the explanation.
Short Explanation
Namespace first, hub second. Throughput units and the endpoint hang off the Event Hubs namespace; the hub is the stream inside it.
Full Explanation
Event Hubs resources are organized as a namespace containing one or more hubs (analogous to Kafka topics). Capacity settings such as throughput units apply at the namespace. Storage containers, App Service plans, and Logic Apps connectors do not replace that hierarchy.