- Published on
- Authors
- koskila
Fixing "Encountered error while fetching the list of EventHub PartitionIds." with an IoTHub trigger in Azure Functions
This article explains how to (possibly) fix an error along the lines of "Encountered error while fetching the list of EventHub PartitionIds" which is thrown by your Azure Function (or other code) trying to trigger based on IoT Hub or Event Hub messages. Problem When trying to debug or run your Azure Function (or, theoretically, some other code attaching itself to an EventHub or IoTHub to listen to messages), you get an error somewhat like this: Microsoft.Azure.EventHubs.




