Known Bugs & Nice to know's
How can the connection string and websocket URL be retrieved from az cli?
Here is an example for the websocket URL:
Here is an example for the primary admin connection string
Failed to publish event hub message ... "$cbs" endpoint timed out
This is a bug that was communicated to the azure support, and that has still not been resolved yet. It occurred when subscribing directly to an IoTHub and caused message loss. We don't know where it comes from or what the issue is. When this happens to you, try to deploy an EventHub and redirect the messages from your IoTHub there. Then let your ux4iot use the connection string of the EventHub to subscribe to messages. You will need to restart your ux4iot service after a successful deployment. This is now possible in the managed application mainscreen on the top icon bar.
Last updated
Was this helpful?