How to list/check Partition Count usage on a given Event Hubs Cluster
Hello, everybody! I hope you are doing well!
Currently I'm supporting an Azure Event Hubs cluster that very often has notifications that the Partition Counts has reached its limit: 2000 Partition Counts, since it has 1 Capacity Unit (CU).
I looking for a way that I can check/list the amount/remaining Partition Counts that have/are used on the Event Hubs Cluster.
It can be on the Azure Control Panel or over the CLI.
The objective it's to be able to see how many "space" I have remaining, since at least until I get the approval from management to increase the Capacity Unit of the Event Hubs cluster.
I need a practical way to se how many Partitions Counts I have remaining, right after I exclude some Event Hubs Instances (kafka topics) to "release" space.
Thank very much for your attention in advance!
Feel free to correct any English mistakes and ask for further explanation if needed.
I'm both learning English and learning Azure Event Hubs.