question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upload large video to Azure storage using edge module

See original GitHub issue

Device (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:closed
  • Created 5 years ago
  • Comments:22 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
arduppalcommented, Apr 25, 2019

@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 image

1reaction
mbialeckacommented, Apr 19, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found