'Does Auto Inflate allow scale down in Event hub?

I am using Azure Event Hub with Auto inflate enabled and max through put selected up to 10. Minimum through put unit is 1. If ingress traffic increases, Auto Inflate will scale up the throughput unit. So If ingress traffic goes down in Event hub then Auto Inflate will scale down the throughput unit or not ? Please confirm.



Solution 1:[1]

Try this: Time triggered azure function on a certain period which reduces the capacity (scale down) of all Event Hub namespaces.

Documentaion

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mitko Keckaroski