Mender blog
Azure IoT Device Provisioning Service - An Introduction
Mender offers an integration with Azure IoT Hub. The integration allows to automate the inclusion of new devices into your Azure IoT Hub account having a simpler provisioning workflow by adding them into Mender. The devices added to Mender automatically provisioned and authenticated with Azure IoT Hub. Click here to learn more about the workflow or go to our Documentation to see how to quick...
Read the articleMender OTA updates and an automated CI/CD pipeline at Gunnebo Safe Storage
Mender is about to announce an updated integration with Azure IoT Hub. But our OTA updates solution has also been integrated with Microsoft's Azure DevOps toolsets by some software and embedded development teams. Progressive DevOps teams such as the team at Gunnebo Safe Storage are using end to end integration between development pipelines and OTA image updates so that they can use automation...
Read the articleHow To Create a Device in Azure IoT Hub
A device must be created or registered in Azure IoT Hub in order for it to be added as an IoT Edge device to IoT Hub. This allows the device to run IoT edge modules and to send and receive telemetry data, and receive c2d messages from the IoT cloud.
In one approach, IoT Edge devices (sensors) and gateway devices can be added to an IoT Hub from the Azure Portal. In the next step, a descriptive...
Read the articleAzure IoT and Raspberry Pi - How to Get Started
Raspberry Pi-based compute modules are often used as edge devices to send signal and other sensor-derived data (temperature and humidity data) to the cloud using Azure IoT Edge and IoT Hub. Azure CLI and Azure Portal to deploy the Azure IoT Edge are the paths used for this use case.
The basics of how to connect a Raspberry Pi device to IoT Hub are described in the cited Microsoft Documentation...
Read the articleAutomate Device Updates with Device Twins in Azure IOT Hub
Device twins are JSON documents that have device state information including metadata, configurations, and conditions. A device twin is created and managed for each device connected to your IOT project that is added to the IoT Hub. The following article summarizes the key parts and functions of the Device Twin. For more detailed information visit the cited Microsoft Documentation.
Role of the... Read the article