I'm trying to add an EventHub-based route to an Azure IoT Hub and am getting this error:
"Resource Provider does not support any route matching the request URI. If this is a request for an entity with multi-segment names, encode '/' with '~' in the entity name."
It is unclear why I am seeing this. I am using an already created EventHub that I had tested with previously and the name has not changed.
There is no /
or ~
in the name of the Endpoint, event hub namespace, or the event hub itself as far as I can tell.
I've been having periodic issues the last few days with Azure IoT Hubs. Is this related? Or is there something I need to change to allow these endpoints to be created?
I've tried both the Create Endpoint workflow in the Azure IoT Hub Messaging/Routing part of the console directly and the one that is a part of the "Create Route" workflow.