Richard Kemp
Richard Kemp

Reputation: 323

How do I enable the create consumer group button for event hubs in Azure?

I cannot create Consumer Groups for any event hub I create. The "+" button is always disabled.

enter image description here

Upvotes: 8

Views: 2906

Answers (1)

Peter Bons
Peter Bons

Reputation: 29870

If you have a basic event hub the number of consumer groups is limited to 1. Standard gives you 20. See https://azure.microsoft.com/en-us/pricing/details/event-hubs/

Go to Settings -> Scale to change the message tier from basic to standard.

Upvotes: 10

Related Questions