azure-iot-sdk-rs
azure-iot-sdk-rs copied to clipboard
Allow device provisioning to connect over MQTT if http feature isn't enabled
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
First pass of this done with #57