View on GitHub

project15

Project 15 from Microsoft | Open Platform Repository

Azure Digital Twins (ADT) integration

If you chose to include ADT in your Open Platform deployment, the template add Azure Digital Twins instance to your deployment. With Azure Digital Twins, Open Platform performs followings:

  1. Creates Digital Twin models and twins when IoT Plug and Play devices are connected
  2. Updates properties from IoT Plug and Play devices to Digital Twins

Models and Twins

When IoT Plug and Play devices are connected, Open Platform creates models for your device and creates a digital twin in ADT.
For example, when IoT PnP Smartphone device is connected

Azure Digital Twins Explorer

ADT Explorer is a web based application to visualize digital twins. In order to use ADT Explorer, you must give yourself permission.

1. Assigning Role

  1. Browse to Azure Portal
  2. Navigate to the resource group of your Open Platform deployment
  3. Open Azure Digital Twins instance
  4. Click Access control (IAM)
  5. Click + Add
  6. Select Add role assignment

    ADT 01

  7. Select Azure Digital Twins Data Owner
  8. Click Next

    ADT 02

  9. Click +Select members
  10. Search and find your Azure account to add

    ADT 03

  11. Review and assign permission.

With this, you may access to your ADT using ADT Explorer

2. Start ADT Explorer

  1. Navigate to ADT instance overview page
  2. Click Open Azure Digital Twins Explorer

    ADT 04

  3. If IoT Plug and Play device(s) is connected, such as IoT PnP smartphone app, you should see twin(s).

    e.g. IoT PnP smartphone is connected with Device ID iPhone. A twin iPhone with properties is displayed.

    ADT 05

if you do not have IoT Plug and Play device, install IoT PnP smartphone app and provision your smartphoe so you can visualize.

Next Step

Project 15 from Microsoft - Open Platform