Microsoft
AZ-204 · Question #613
You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing…
The correct answer is A. Create four partitions. Update serviceA to use one partition and serviceB to use three partitions. Scaling with Event Hubs There are two factors that influence scaling with Event Hubs. Throughput units (standard tier) or processing units (premium tier) https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability
Submitted by chiamaka_o· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports. You deploy two microservices named serviceA and serviceB to support managing inventory. You have the following requirements: - serviceA and serviceB must publish events to a single Azure Event Hub by using the Event Hubs SDK. - serviceA must publish 1,000 events per second. - serviceB must publish 3,000 events per second. - Costs must be minimized. You need to support the publishing of events. What should you do?
Options
- ACreate four partitions. Update serviceA to use one partition and serviceB to use three partitions.
- BEnable and configure Azure Event Hubs Capture.
- CCreate an Azure Event Hubs dedicated cluster. Configure the capacity units to one and the
- DCreate and configure an Azure Schema Registry in Event Hubs. Update serviceA and serviceB to
- ECreate four consumer groups. Update serviceA to use one consumer group and serviceB to use
How the community answered
(42 responses)- A71% (30)
- B17% (7)
- C7% (3)
- D2% (1)
- E2% (1)
Explanation
Scaling with Event Hubs There are two factors that influence scaling with Event Hubs. Throughput units (standard tier) or processing units (premium tier) https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability
Topics
#Azure Event Hubs#partitions#throughput scaling#microservices
Community Discussion
No community discussion yet for this question.