With the use of Azure Digital Twins, you can create a digital representation of your physical devices or products, and you don’t have to have specialized knowledge to gain insights.
Tag: IoT
Free in-person workshop “Experience the basics of Azure IoT, Dashboarding … and beyond” at BitBash
On January 26, 2024 Sander van de Velde and I, will organize the workshop “Experience the basics of Azure IoT, Dashboarding … and beyond” at Bitbash.
Within this free workshop, you will get an idea of the basic IoT principles by hands-on experience with a cloud connected coffeemaker, Azure IoT and Azure Data Explorer. So, bring your laptop and prepare yourself for future IoT projects.
How to deal with Change Data Capture in Azure Data Explorer – Part 2
In part 2 of the series about Change Data Capture (CDC) in Azure Data Explorer, we look at another approach on how to handle data when only changes from the device to the cloud are sent.
How to deal with Change Data Capture in Azure Data Explorer
Change Data Capture (CDC) is a design pattern to only track the changes in data. There are several ways this could be implemented. In IoT solutions, the Change Data Capture (CDC) pattern is used, to only send changes from the device to the cloud. But how to deal with this data in Azure Data Explorer for further analysis?
Authorize a Storage Account by Attribute-based access control (ABAC)
How to add authorization to an Azure Storage Account based on attributes. Attribute-based access control (ABAC) builds on role-based access control (RBAC) by adding conditions to Azure role assignments.
Ingest historical data into Azure Data Explorer
What if you have an Azure IoT solution and recently added Azure Data Explorer (ADX), and you also want to ingest your historical data. Then LightIngest might be the solution, a lightweight tool for importing data into Azure Data Explore.
Automatically deploy (layered) deployments to Azure IoT hub
Automatically deploy (layered) deployments to Azure IoT hub using Infrastructure as code (IaC). Because it makes your IoT hub deployments repeatable and more consistent.
Setting up a IoT hub with Bicep
How to create an Azure IoT hub with Bicep. But what is Bicep anyway and why should we use it. In this article, I will explain about Bicep and we will create a simple Bicep example to deploy an IoT hub.
Deploy IoT Edge modules at scale with layered deployments
At some point in your IoT project, you will need to create or update the modules of the IoT edge devices. When more and more devices are added, it becomes impossible to deploy the configurations by hand. In this article I explain the different possibilities for automatic deployments and I will walk you through the steps.
Unexpected Azure Storage Account transactions caused by Azure Function BlobTrigger
Unexpected Azure Storage Account transactions caused by Azure Function BlobTrigger, how to identify the problem and how to solve it.