• Home
  • Resources
    • User Guides
    • Concepts Articles
    • API References
    • Client Libraries & SDKs
    • Product Updates
  • FAQs
    • General
    • IoTConnect
      • Device Rules
      • Devices
      • Settings
      • Device Commands
      • Device Templates
      • Device Firmware
      • Device Onboarding
    • Security
  • Contact Us
  • Home
  • Resources
    • User Guides
    • Concepts Articles
    • API References
    • Client Libraries & SDKs
    • Product Updates
  • FAQs
    • General
    • IoTConnect
      • Device Rules
      • Devices
      • Settings
      • Device Commands
      • Device Templates
      • Device Firmware
      • Device Onboarding
    • Security
  • Contact Us

Connectors

home/IoTConnect/Connectors

Service Bus Connector

Overview

This article shows how to move your telemetry data from IoTConnect into Azure Service Bus by using a live data telemetry streaming connector. Service Bus connector moves your telemetry data into your own Service Bus.

Configure Connector in IoTConnect

Login into IoTConnect and go to the left menu -> Configuration -> live data streaming section and enable the Service Bus, which opens below popup for you to configure the connector.

  • Servicebus Namespace– Name of your namespace.
  • Policy Name– Name of your policy
  • Policy Key– Azure key of policy
  • Service Bus Type– Topic or Queue
  • Topic name– Name of your topic or queue

See Microsoft Azure Document to learn how to create Namespace.

Sample Telemetry JOSN

{
    "time": "2020-08-28T09:45:00.2863180Z",
    "data": [
      {
        "id": "{DEVICEID}",
        "d": [
          {"Temparature": "13"},
          {"Waterlevel": "13"}],
        "dt": "2020-08-28T09:45:00.286194Z",
        "tg": ""
      }
    ],
    "cpid": "{CPID}",
    "mt": 0,
    "deviceId": "{CPID}-{DEVICEID}"
  }

 

Related Articles
  • Event Hub Connector
  • Cosmos DB Connector
  • Reporting Database Connector

Powered by Softweb – An Avnet Company.

Copyright ©2022 Avnet, Inc. All rights reserved.

Human Rights Privacy Terms of Use