Skip to content

IoT Hub Portal

Open in Gitpod

This project aims to provide a solution for handling IoT Devices easily. It relies on Azure IoT Hub for connectivity and device management.

Prerequisites

The following should be completed before proceeding with the IoT Hub Portal development or deployment in your environment.

Typical architecture deployment

Architecture

Step-By-Step instructions

Deployed Azure Resources

The template will deploy the following resources in your Azure subscription:

  • IoT Hub
  • Azure Function and Consumption Service Plan
  • Redis Cache
  • Application Insights
  • Log Analytics (when opted in to use Azure Monitor)
  • Azure WebApp and Service Plan

Instructions

  1. Choose a solution prefix for your deployment.

  2. Use the Portal AD applications configuration page to configure your AD B2C Tenant. You should save the following information:

    • OpenID authority: <your-openid-authority>
    • OpenID metadata URL: <your-openid-provider-metadata-url>
    • Client ID: <your-client-id>
    • API Client ID: <your-client-id>
  3. Press on the button below to start your Azure Deployment.

    Deploy to Azure

  4. You will get to a page asking you to fill the following fields:

    • Resource Group: A logical "folder" where all the template resource would be put into, just choose a meaningful name.
    • Location: In which data center the resources should be deployed. Make sure to choose a location where IoT Hub is available.
    • Unique Solution Prefix: A string that would be used as prefix for all the resources name to ensure their uniqueness.
    • Open Id Authority: The OpenID authority used by the portal.
    • OpenId Metadata URL: The OpenID metadata URL used by the portal.
    • Client Id: the ID of the web client that will be used to authenticate the portal.
    • Api Client Id: the ID of the API client that will be used to authenticate the portal.
    • Edge gateway name: the name of your LoRa Gateway node in the IoT Hub.
    • Deploy Device: Do you want demo end devices to be already provisioned (one using OTAA and one using ABP)? If yes set this to true, the code located in the Arduino folder would be ready to use immediately.
    • Reset pin: The reset pin of your gateway (the value should be 7 for the Seed Studio LoRaWan, 25 for the IC880A)
    • Region: In what region are you operating your device (currently only EU868 and US915 is supported)

    See: https://azure.github.io/iotedge-lorawan-starterkit/dev/quickstart/#deployed-azure-infrastructure for more information about the LoRaWan IoT Hub and Azure deployment.