Pluralsight Course Published – Designing an Intelligent Edge in Microsoft Azure
Jared Rhodes, Microsoft MVP and Pluralsight Author, discusses his newly published course, Designing an Intelligent Edge in Microsoft Azure
Jared Rhodes
Jared Rhodes, Microsoft MVP and Pluralsight Author, discusses his newly published course, Designing an Intelligent Edge in Microsoft Azure
I look forward to speaking on AI on the Edge at DotNetSouth.Tech. This year is the conference’s first year so check it out. AI on the Edge The next evolution in cloud computing is a smarter application not in the cloud. As the cloud has continued to evolve, the applications that utilize it have had […]
I am happy to announce I will speaking at the Orlando Code Camp again this year. I will be presenting AI on the Edge, a look into Microsoft’s Azure IoT Edge. Title AI on the Edge Description The next evolution in cloud computing is a smarter application not in the cloud. As the cloud has […]
After Izon announced that they were closing down their services (leaving the cameras I already owned useless), I decided to turn them into something useful using Azure. First let me list some resources: RSA Security Research – by Mark Stanislav Will it hack Azure IoT Edge product page VLC download page Use the Will it […]
If you are looking for a guide on creating an Open CV module in Python, check out a guide here. This guide will focus on creating an Azure IoT Edge module in C++. To accomplish this we need to take the following steps: Create the Azure IoT Edge Module Create a working Open CV Build […]
Google’s Protocol Buffers are a perfect fit with the multilingual approach of Azure IoT Edge. Using ProtoBuf, a message format can be written once and used across multiple frameworks and languages while benefiting from the speed and message size intrinsic to ProtoBuf. For this Azure IoT Edge use case, we will generate a message in C++ and […]
The interview I had with .NET Rocks! is here.
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 […]
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 […]
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 […]