ux4iot
  • Introduction
  • Quickstart
  • Concepts
  • How Ux4iot works
  • REST API Reference
  • Configuration Options
  • Create your ux4iot Instance
  • EventHub / IoTHub
    • Configure your existing IoT Hub
    • Create IoT Hub and linked ux4iot
    • Using a separate Event Hub
  • ux4iot-react
    • Initialization
    • Hooks
    • Grant Request Function
    • Tutorial using create-react-app
  • Implementing your custom security backend
    • Introduction
    • Security Backend
    • Security Backend Example - Azure Function
    • ux4iot-admin-node
  • Resources
    • Pricing
    • Performance
    • Limitations
    • Known Bugs & Nice to know's
    • Changelog
  • Made with ❤️ at Device Insight
Powered by GitBook
On this page

Was this helpful?

  1. EventHub / IoTHub

Create IoT Hub and linked ux4iot

PreviousConfigure your existing IoT HubNextUsing a separate Event Hub

Last updated 1 year ago

Was this helpful?

When you do want to use an existing IoT Hub, you can also create an IoT Hub, a ux4iot instance and link them together right from the start. The easiest way to do this is to push this button: ( for the deployed ARM template)

Please select one of the following Azure Regions as otherwise the deployment will fail:

  • Australia East

  • Australia Southeast

  • East US

  • West US 2

  • West Europe

  • North Europe

  • Canada Central

  • Canada East

The resulting instance of ux4iot will already be configured with the necessary credentials to access the created IoT Hub.

GitHub repo