Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
685 stars 232 forks source link

Uploading to Blob Storage via IoT Hub #1572

Open ondrowan opened 6 months ago

ondrowan commented 6 months ago

Are there any plans to add support for uploading of files to Blob Storage via IoT Hub as in the other SDKs, e.g. Python one? At the moment it's possible using azure_storage_blobs crate with some extra manual steps - generation of SAS token and request to /files endpoint.