Questions tagged [azure-iot-edge]

Use this tag for questions related to Azure IoT Edge, which is an Internet of Things (IoT) service that builds on top of IoT Hub.

656 questions
3
votes
1 answer

Custom DPS Enrollment payload on IoT Edge

We are using IoT Edge with DPS and we would need to provide additional information at provisioning time to provision the device in the correct IoT Hub and with specific twin information. We noticed DPS offers a solution for this where we can pass a…
Mandur
  • 153
  • 10
3
votes
2 answers

TLS default configuration for Azure IOT Edge on devices

A customer ran a scan on an IoTEdge (v1.0.9.1) device and discovered that non-recommended versions of TLS protocol are enabled by default. TLS Version 1.0 Protocol (TCP/5671), Severity: High TLS Version 1.1 Protocol (TCP/5671), Severity: Medium Is…
3
votes
1 answer

Debugging Azure IoT Module with iotedgehubdev throws an error

I'm running: Windows 10 Home version 1909. Visual Studio 2019 Pro 16.5.0. Azure IoT Edge Tools 1.7.0. azure-iot-sdk-c package. Latest version of Docker Toolbox - (it runs hello-world with no errors). Python, pip. iotedgehubdev 0.13.0 Did the…
3
votes
0 answers

Error : Connection refused with a post request between two module iot edge

I try to send an image to another module but I receive a connection refused. The image is sent from the CameraCapture to the Classify module by a Post request. The classifier respond me with a Connection Refused. The port 80 is exposed in the…
3
votes
1 answer

IoT Device With Symmetric Key connection to IoT Edge Device

I am trying Transparent gateway use case with Downstream devices. I am following documentation how-to-create-transparent-gateway provided by microsoft. I have installed azure IoT Edge Runtime on Ubuntu 18.04 virtual machine. IoT edge runtime is…
Raj
  • 496
  • 7
  • 27
3
votes
2 answers

Getting "IOTEDGE_WORKLOADURI is required." exception while debugging IoT edge solution locally

I' following this article to develop an IoT edge solution. But while debugging I'm getting the following error: Unhandled Exception: System.AggregateException: One or more errors occurred. (Environment variable IOTEDGE_WORKLOADURI is required.) --->…
Alex
  • 734
  • 6
  • 29
3
votes
1 answer

What is the definition of successful deployment in Azure IOT

Backgrounds We are testing Azure IoT edge for the deployment of our modules into the edge device. We are interested to understand whatever the module was deployment successfully. According to azure IoT doc The deployment status can be seen…
oak
  • 2,898
  • 2
  • 32
  • 65
3
votes
1 answer

How to Mock ModuleClient?

I am writing xunit tests for IotEdge custom Module, where I need to Mock ModuleClient.CreateFromEnvironmentAsync() which opens a connection to Edge runtime. Iot Edge Module code looks like this : var amqpSetting = new…
Pooja P N
  • 57
  • 1
  • 6
3
votes
3 answers

pass environment variables in iot edge module

I am building a Microsoft IoT edge python module for my Linux arm device. I have to access the environment variables in the python module from my deployment.template.json file. The file shows how the environment variables are passed from the…
Hassan Abbas
  • 1,166
  • 20
  • 47
3
votes
1 answer

Turn existing ASP.NET Core Web App to Edge module running on Azure IoT Edge

I have an existing ASP.NET Core Web App running as a docker container and would like to provide it as a Edge Module running on Azure IoT Edge. From the docs i know i can run Azure Functions, Stream Analytics and Custom modules (which from my…
Markus S.
  • 2,602
  • 13
  • 44
3
votes
1 answer

IoTEdge module gives timeout

I have an IoTEdge module which runs a deep learning model on a Raspberry Pi 3 and runs well but then somehow returns this error: Error: Time:Mon Jan 28 22:45:21 2019 File:/usr/sdk/src/c/iothub_client/src/iothubtransport_mqtt_common.c…
Alvin Chin
  • 51
  • 3
3
votes
1 answer

Create IOT Device Edge Python Sdk

How can create IOT Edge Device? Actually i use azure sdk service iot and created normal device, but i can't figure out how create iot edge device with azure service client sdk.
Kaliros
  • 31
  • 1
3
votes
1 answer

Idiomatic way to encrypt data from an Azure IoT Edge Module?

I have a pair of IoT Edge modules, one which saves data and one which uploads data. I would like to encrypt the data while it is at rest on the device. There are many ways I could go about encrypting this data, but I would like to know what the most…
Hammatt
  • 71
  • 2
  • 7
3
votes
2 answers

ARM Template for Iot Hub with IoT Edge device

I need to deploy an Azure IoT Hub with an IoT Edge device by using ARM Templates. Unfortunately, I cannot find any property for the Edge device object in the official documentation. Should I assume that this feature isn't supported yet? UPDATE: I…
user2297037
  • 1,167
  • 2
  • 14
  • 34
3
votes
2 answers

How to run Azure Functions as IoT Edge Module on a Raspberry Pi?

I'm looking for someone who was able to follows the documentation of Microsoft (https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-function) and Jon Gallant (https://blog.jongallant.com/2017/11/azure-iot-edge-raspberrypi/) with…
1
2
3
43 44