Hello @Aaron Turcott ,
welcome to this moderated Azure community forum.
Azure Event Hub are created within an EventHub namespace.
Each eventhub has its own number of partitions.
These partition are use to provide parallelism.
It's a good practice to keep the same amount of partitions as surrounding azure resources.
For example, if an IoT Hub forwards messages to a stream analytics job having an eventhub as an output, all three resources should use the same amount of partitions.
The number of partitions used by an eventhub is something set when creating the eventhub itself.
It is fixed and cannot change anymore afterwards without recreating the eventhub.
The maximum amount of partitions that can be assigned depends on the tier of eventhub namespace.
So, I'm not sure if there is some notification related to that count.
Last question is then: how much partitions do you need?
For the answer of that question, check out this post with a detailed description.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.