Tag: Edge

Azure Azure IoT Edge Interview

.NET Rocks Interview

After my sessions at Update Conference Prague I will be discussing the Azure IoT Edge platform with .NET Rocks!. Hopefully I will have recovered from jet lag and my other presentations to give a coherent and passable interview. One of the questions they asked me was, what hardware would I buy if I had $5000 […]

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 
Azure Azure IoT

Azure IoT Edge stuck restarting

NOTE: This is for the private preview version of Azure IoT Edge If your Azure IoT Edge runtime is giving the status of: IoT Edge Status: RESTARTING ERROR: Runtime is restarting. Please retry later. and is not allowing for any of the other commands and you have waited an appropriated amount of time, then try […]

Jared Rhodes