Jon Gallant

How to Directly Connect to Azure IoT Hub's Underlying Event Hub

1 min read

Here’s how to directly connect to the Event Hub that backs an IoT Hub.

New Way

As of 5/30/2017, you can now get the underlying Event Hub connection string by either the “Endpoints” blade or the “Operations Monitoring” blade.

Endpoints Blade

Click Endpoints 000086

Click Events 000088

Use “Event Hub-compatible endpoint” 000089

Operations Monitoring Blade

Click Operations Monitoring Use “Event Hub-compatible endpoint” 000085

Old Way

Here’s the connection string template, copy this, then copy each highlighted part from each step below.

  • Endpoint*=;SharedAccessKeyName=iothubowner;SharedAccessKey=

1. Event Hub Compatible Endpoint

In the Azure Portal, go to your IoT Hub, Settings, Operations monitoring:

![](/images/blog/64d09c2507ef_9A3F/image.png)

2. SharedAccessKeyName

Set to iothubowner or whatever user you want to use

3. SharedAccessKey

In the Azure Portal, go to IoT Hub, Settings, Shared access policies, select user and copy Primary Key

Screenshot

Share:
Share on X