I cannot create Consumer Groups for any event hub I create. The "+" button is always disabled.
Asked
Active
Viewed 2,127 times
1 Answers
9
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.

Peter Bons
- 26,826
- 4
- 50
- 74
-
1That's exactly what it was - thanks! The $Default group counts as 1, of course. – Richard Kemp Dec 03 '16 at 20:23