Tag: IoT Hub

Announcements Community Events

Update – Techbash

UPDATE: Another one of my talks was selected for Techbash: Alternative Device Interfaces and Machine Learning. In this presentation, we will look at the how users interface with machines without the use of touch. These different types of interaction have their benefits and pitfalls. To showcase the power of these user interactions we will explore: Voice […]

Jared Rhodes 
Edge

Azure IoT Edge – exec user process caused “exec format error”

If running Edge on a Raspberry Pi  and an Edge container’s logs show  ‘exec user process caused “exec format error”‘ as an error then most likely you are running a non Raspberry Pi container on the Raspberry Pi. If the docker file used to build the container starts with: FROM microsoft/dotnet:2.0.0-runtime or FROM microsoft/dotnet:2.0.0-runtime-nanoserver-1709 then […]

Jared Rhodes