I want to upload a file to Azure It hub. I achieved it using Azure SDK. But my program to upload file is custom development which can be prone to bugs. I want to use well established CURL utility to upload as we do not have any other business logic involved.
I come to know that Azure fully supports rest for device to cloud communication. I have seen examples of sending messages to cloud using CURL.
How can I upload a file using CURL?