For each IoT Hub that is created, the default the [built-in endpoint](https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c#built-in-endpoint-as-a-routing-endpoint) is Event Hubs. The CBS node is required if your backing datastore for IoTHub is Event Hubs or Service Bus.
The CBS is is /not/ needed when you try to transform the IoT connection string into an Event Hubs connection string. Any of the SASL mechanisms will work with IoT Hub to get the redirect to the endpoint, but then you'll need to authorize with the CBS node to connect to that redirected endpoint. Here is a sample of transforming the IoT Hub Connection String to an Event Hubs connection string. Transform IoT Hub Connection String <https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/samples/typescript/src/iothubConnectionString.ts> -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
