How to read/write Azure Blob Storage from AzureRTOS/NetXduo system

yoji sato 281 Reputation points
2023-06-08T23:59:43.4+00:00

Dear AzureRTOS Technical Support Team,

We would like to read/write files (about 10MB) from/to a folder prepared on Azure Brob Storage from an AzureRTOS system on an RX65N.
Is it possible to achieve this functionality using standard AzureRTOS/NetXduo functionality?

If so, would it be possible to provide us with relevant technical documentation and sample programs to realize the operation?

If it is not possible to achieve this using standard NetXduo functions, what functions are missing and how can we arrange for the missing functions?

Best regards,


Yoji Sato

Grape Systems Inc.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
{count} votes

Accepted answer
  1. Bo Chen 596 Reputation points Microsoft Employee
    2023-06-13T01:29:08.55+00:00

    Hi @yoji sato Thank you for asking. Currently, we have not sample and API for Azure Blob storage, you may use our NetXDuo Addon Web (HTTP/HTTPs Client) to implement it.

    Web source code: https://github.com/azure-rtos/netxduo/tree/master/addons/web

    Update

    Here is the documentation for uploading file to blob with IoT Hub, and here is the Embedded SDK sample for Hub Blob Upload. Note, the sample is just for testing, is not official release.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.