Upload large video to Azure storage using edge module
See original GitHub issueDevice (Host) Operating System
Virtual VM Windows Enterprise
Architecture
amd64
Container Operating System
Linux containers
Runtime Versions
iotedged
Run iotedge version
- 1.0.6.1
Edge Agent
Image tag (1.0.6.1) –
Edge Hub
Docker
< Run docker version
3.0.2>
I have to upload large video files to IoT hub, Which we are receiving from various robots. which will act child proxy device. Can you please help me how can i implement that in Azure Edge custom modules. I didn’t find any suitable article in Edge documentation.
Thanks, Prateek
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (4 by maintainers)
Top Results From Across the Web
Understand Azure IoT Hub file upload
This article shows how to use the file upload feature of IoT Hub to manage uploading files from a device to an Azure...
Read more >Upload files from devices to Azure IoT Hub (.NET)
This article demonstrates how to file upload capabilities of IoT Hub upload a file to Azure blob storage, using an Azure IoT ....
Read more >Store data at the edge with Azure Blob Storage on IoT Edge
A blob storage module on your IoT Edge device behaves like an Azure blob service, except the blobs are stored locally on your...
Read more >Deploy the Azure Blob Storage on IoT Edge module to your ...
Navigate to your IoT Hub in the Azure portal and select Devices under the Device management menu · Select the device with the...
Read more >File-upload-module in iot edge device - Microsoft Q&A
create a custom module that van get files over FTP and add more code to program against the local blob storage. See this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MukulGoyalS - Change the connection string to point to the local blob Storage, and it should work. https://docs.microsoft.com/en-us/azure/iot-edge/how-to-store-data-blob#try-it-out
@MukulGoyalS I don’t think it’s an issue with the connection string, but rather your network setup. You need to either register your VM name with a DNS or use IP address of the VM. You can check if it is a networking issue by trying other networking tasks, like ping or ssh.