IoT Edge Pattern
Cloud Analytics are deployed down to IoT Devices to run them locally so that your business still operates reliabily even when connectivity is not consistent. In edge you are getting similar insights as the cloud.
Steps involved in building this pattern include
-
- Create an Azure IoT Hub PaaS Service
- Identify a device to run edge capabilities and install Azure IoT Edge runtime
- Connect Edge device to IoT Hub
- Create Azure Services and solutions to be deployed on the Edge. Azure Services which can run on the cloud include
- Azure Stream Analytics
- Azure Functions
- Azure Machine Learning
- Azure Cognitive Services
- Azure Event Grid
-
Create containers and store them in a container registry like Azure Container Registry
-
Create a deployment manifest on the cloud with Azure IoT Hub
-
Deployment manifest and associated containers are deployed to the edge device to capture insights and take actions.
Continue on to the next part of the lab: Create an IoT Hub