This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220S-LAUNCHXL: CC3220 With Azure SDK and UploadToBlob

Part Number: CC3220S-LAUNCHXL

We are using a CC3220 with the Azure Sample MQTT project.  We added a call for Microsoft's IoTHubClient_LL_UploadToBlob to send a packet of information to the cloud.  

Our destinationFileName (second parameter in the list) contains a forward slash.  This causes the TI SDK to return errors.  The Blob will still be uploaded properly, but the return value is incorrect.  The information I've received from Microsoft is that this was fixed on their side some time ago, so it appears that TI needs to update their SDK at this point.

Is that information correct?  has anyone else tried to use the IoTHubClient_LL_UploadToBlob API with a forward slash in the destinationFileName?

Thanks!