Search code examples
powershellazureservicebusazure-eventhub

How to scale Azure Eventhub Throughput Units with PowerShell?


I would like to modify the number of Throughput Units with PowerShell: ServiceBus\EventHub\Scale I didn't find any relevant information about that. Could you please help me which command should I use? Thanks in advance!


Solution

  • At one of the projects i wanted to implement the same, and what i have found is that only mention of the possibility to change it using (REST) API is on that page. However, there is no such possibility listed:

    1) In the REST API specification.

    2) In the Event Hubs SDK.

    Which makes me believe that it is not possible at least with the Classic REST API.