View on GitHub

iot-identity-service

Source of the Azure IoT Identity Service and related services.

Azure IoT Identity Service

The IoT Identity Service package provides provisioning and cryptographic services for Azure IoT devices. This includes both regular Azure IoT devices and Azure IoT Edge devices.

The package is made up of these services:

Relationship with IoT Edge

For IoT Edge devices, module identity provisioning and cryptographic services used to be provided by the IoT Edge runtime. Now the IoT Edge runtime defers to these three services to provide those features. In other words, the Identity Service is also responsible for provisioning module identities for IoT Edge modules, and the Keys Service and Certificates Service handle keys and certificates that the modules use via the IoT Edge Workload API. The above-mentioned services are automatically installed as a dependency when installing the IoT Edge package.

Refer to https://github.com/Azure/iotedge for more details about the IoT Edge runtime.

Pages