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?
Tag: Function
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.
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.
Azure Functions with Entity Framework
Entity Framework is known for its capability of object based development, maintainability and for reducing development time and cost. I added Entity Framework within an Azure Function App demo project.