Provisioning IoT devices at scale - The Demo

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • Showing is always better than telling. Nicole Berdy joins Olivier on the IoT Show to demonstrate how the Azure IoT Hub Device Provisioning Service can be used to implement zero-touch provisioning of (a lot of) IoT devices.
    Create a Free Account (Azure): aka.ms/c9-azur...

КОМЕНТАРІ • 7

  • @RyanMcCoppin
    @RyanMcCoppin 4 роки тому

    My question is: how does a device provisioned with dps x509 certs then go to communicate with the hub with said cert.

  • @fromeijn
    @fromeijn 5 років тому +2

    is the demo (code) already available ?

    • @olivierbloch1256
      @olivierbloch1256 5 років тому +2

      You can find sample code for simulated devices in the docs: docs.microsoft.com/en-us/azure/iot-dps/quick-create-simulated-device-x509-csharp. Note that there are samples for different languages

  • @omprakashgupta9483
    @omprakashgupta9483 6 років тому

    Can we configure multiple iot devices applications running on a gateway ( single hardware ) with a single certificate signed for that gateway.?

    • @olivierbloch1256
      @olivierbloch1256 5 років тому +1

      Each of the device instance need to have it's own cert. However, when using group enrollment, they would all derive from the same root CA cert. See details in here: docs.microsoft.com/en-us/azure/iot-dps/concepts-security#attestation-mechanism

  • @StephenKuehlChannel
    @StephenKuehlChannel 5 років тому

    What is the demo script doing? How do the toasters know how to communicate with Azure? The Azure Docs are severely lacking..

    • @olivierbloch1256
      @olivierbloch1256 5 років тому +1

      The devices are connecting to the Device Provisioning Service in order to be provisioned automatically to the right instance of IoT Hub. You can find details in the docs here: docs.microsoft.com/en-us/azure/iot-dps/about-iot-dps