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.
Questions tagged [azure-iot-edge]
656 questions
-1
votes
1 answer
Sinchronize blob files from cloud to IoT Edge Blob (local)
Please refer to the following hypothetical diagram for an IoT Edge device implementation. We want to know if there is an automated mechanism for it using the Azure IoT infrastructure.
An admin application will write several JSON configurations files…

Jaime
- 5,770
- 4
- 23
- 50
-1
votes
2 answers
How to set the path of appsetting.json file to DockerFile in IoT Edge Runtime Project
I created one IOT edge runtime custom module project on windows container.
While running the solution I am facing System cannot Find the file specified.
I am passing the values from appsetting.json file and while running the module the path is not…

Arshit Singh
- 103
- 4
- 14
-1
votes
1 answer
Issue connecting device with Azure Iot central
i have issues connecting my device with Azure Iot central because my device's password have 64 characters and the minimum for Azure Iot central is 90, what can i do? use another Azure Iot service or I can change that condition in the Azure Iot…
-1
votes
1 answer
Regarding IoT EDGE server setup on desktop
I am pretty new regarding IoT EDGE server setups, I am looking for suggestions or any tutorials that can guide me to set up IoT-EDGE servers on my desktop

A.M.Usmani
- 23
- 7
-1
votes
2 answers
Is there a way to manage modules deployed on iotedge device by using AKS(Azure Kubernetes Service)?
I have been looking at using the kubernetes for container orchestration . However, as far as i know kubernetes could be on-prem or managed as service through Azure Kubernetes Service. I have known that on-prem support for K8s is being provided by…

harika
- 65
- 6
-1
votes
1 answer
IoT Edge offline capabilities (not extended)
A question on IoT Edge offline capabilities (not extended).
After IoT Edge was connected at least once to IoT Hub, will it continue to function with no connection between restarts (module to module communication)?
If yes, for how long (certificate…

Helikaon
- 1,490
- 13
- 30
-1
votes
1 answer
TPM worked on windows iot-core buld 10.0.16299 RPi-3 but not on build 10.0.17763
Our RPi TPM Module LetsTrust TPM V2 chip SLB 9670 TPM 2.0 FW7.40 worked fine as "Discrete SPI TIS Class TPM on SPI0CS1" on iot-core 10.0.16299 RPi3.
Upgrade to newest preview iot-core 10.0.17763 (to support IoT-Edge) now produces following error…

GGleGrand
- 1,565
- 1
- 20
- 45
-1
votes
1 answer
Error CS1061 'DeviceClient' does not contain a definition for 'SetInputMessageHandlerAsync'
I try to build IoT Edge module termo sensor from the Microsoft sources. When I build project, I got the error:
"Error CS1061 'DeviceClient' does not contain a definition for
'SetInputMessageHandlerAsync' and no accessible extension method
…

Andrey Fedorov
- 9
- 2
-1
votes
1 answer
IPhone as a gateway for iot device -- Azure IOT HUB
Is there a way in azure iot hub.. where we can have ios device act as a gateway for leaf nodes like raspberry pi or other decive's to sends/receive data from azure iot hub.
Is there any iOS sdk available for the same

Guna pandian
- 83
- 1
- 9
-1
votes
1 answer
Module stop after certificate install
I followed the instructions to create a transparent gateway and successfully have a leaf device send telemetry to the IoT Hub via the gateway. However, I noticed that as soon as I set the certificate on the gateway, all modules installed (except for…

Quang Le
- 1
- 2
-3
votes
3 answers
Fetch twin from Azure device sdk
I need to just get the twin of a device using the Azure device sdk for node.js.
I did used the Client clode as below:-
import { Client } from 'azure-iot-device';
import { Mqtt } from 'azure-iot-device-mqtt';
await client.setOptions(options);
await…

iAviator
- 1,310
- 13
- 31