- Published on
- Authors
- koskila
How to fix "Microsoft.WindowsAzure.Storage: Server encountered an internal error. Please try again after some time." when using IoTHub trigger for Azure Functions?
One more article before Christmas! 😁 This time, I'll be fixing a function that's triggering based on new messages received through my IoT Hub in my Azure Functions project. Technically speaking, this is super simple to implement - your function needs to define an IoTHubTrigger , with an Event Hub name and usually a Connection String (I don't know why I'm Sentence Casing that, too, but I'll stick to it!
























