azure-iot-sdk-rs icon indicating copy to clipboard operation
azure-iot-sdk-rs copied to clipboard

Allow device provisioning to connect over MQTT if http feature isn't enabled

Open damienpontifex opened this issue 4 years ago • 1 comments

To keep a single communication pattern, we should connect to the device provisioning service with MQTT if that is what is being used in the IoT Hub client. See https://docs.microsoft.com/en-us/azure/iot-dps/iot-dps-mqtt-support for reference

This would mean less dependencies when utilising MQTT and a device deployed would only need a single port open for outbound communication if utilising MQTT

damienpontifex avatar May 02 '21 06:05 damienpontifex

First pass of this done with #57

damienpontifex avatar May 10 '21 09:05 damienpontifex