Connect to IoT Hub without using the Azure Client SDK
I want to connect to the Azure Iot Hub not using the Client SDK. On https://azure.microsoft.com/nb-no/blog/upload-files-from-devices-with-azure-iot-hub/ there are documentation on how to do this by 1) get the SAS URI for storage 2) to notify the IoT hub of a completed upload But before this can be done you need to connect to the IoT Hub using the DeviceConnectionString. Does anyone have an example / hints of how this and uploading a file can be done? If you want to go without the SDKs (which I am curious to know why), you can find all the REST API reference docs here . The specifics about the