You plan to deploy an Azure loT hub. The solution must ensure that when connecting to the loT hub, loT devices can only authenticate by presenting a certificate that is encrypted with a 256-bit AES key and uses a SHA384 hash.
You need to configure the Azure Resource Manager (ARM) template to deploy the loT hub.
Which property should you configure?
Your Time Series ID property is iothub-connection-device-id, dt-subject.
As an IoT Plug and Play user, for your Time Series ID, specify a composite key that consists of iothub-connection-device-id and dt-subject. The IoT hub adds these system properties that contain your IoT Plug and Play device ID and your device component names, respectively.
https://docs.microsoft.com/en-us/azure/iot-develop/tutorial-configure-tsi
Currently there are no comments in this discussion, be the first to comment!