# Setting up Azure Event Hub

> You can set up real-time data export by leveraging Azure Event Hub.

You can set up real-time data export by leveraging Azure Event Hub.

If you are using Azure Event Hub, you can connect to the following monitoring tools:

* [Power BI](https://docs.uipath.com/insights/automation-cloud/latest/user-guide/microsoft-power-bi#sending-data-to-power-bi)
* [Splunk](https://docs.uipath.com/insights/automation-cloud/latest/user-guide/splunk#sending-data-to-splunk)
* [Elasticsearch](https://docs.uipath.com/insights/automation-cloud/latest/user-guide/elasticsearch#sending-data-to-elasticsearch)

To configure real-time data export, you need to configure an integration with Azure Event Hub.

:::tip
You can configure static IPs to the allowlist and not open your network to all external IPs. Go to Settings > Networking > Public access > Firewall > Address range in Azure Event Hub to add the sttatic IPs. Check the [Configuring the firewall](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/configuring-firewall#insights) page from the Automation Cloud admin guide for the full list of IPs. ![Screenshot of the Networking page.](https://dev-assets.cms.uipath.com/assets/images/insights/insights-docs-image-558254-a60b0661-9d1bd124.webp)
:::

* Azure Event Hubs account
* Real-time data export is enabled on the tenant
1. Go to the **Automation Cloud™** homepage.
2. Go to the **Admin** page.
3. From the tenants list, select the tenant in which you want to enable real-time data export.
4. Select **Services**.

   ![Screenshot of the Administration page.](https://dev-assets.cms.uipath.com/assets/images/insights/insights-docs-image-163500-18ce3467-df1bdf0f.webp)
5. Select the three-dot icon **⁝** from the **Insights** tile.
6. Select **Real-time Data Export Configuration** from the drop-down list.

   ![Screenshot of the Real-time Data Export Configuration button.](https://dev-assets.cms.uipath.com/assets/images/insights/insights-docs-image-163071-7391539f-b1d53cdd.webp)
7. Switch on the toggle button.
8. Select **Azure Event Hubs** from the **Storage Type** drop-down list.
9. Provide the Azure Event Hub connection string.
   :::note
   The connection string must be for a specific Azure Event Hub, but it can't be a namespace connection string. An example of a connection string is: `Endpoint=sb://xxxx.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=xxxxxxxxxxxxx;EntityPath=xx`
   :::

   ![Screenshot of the Configuration page.](https://dev-assets.cms.uipath.com/assets/images/insights/insights-docs-image-159582-f4a62681-d81f7b7a.webp)
10. Select **Save**.

:::note
You need the select at least the following scopes in Microsoft Azure under Shared Access Signatures:
* Send
* Listen
:::
