Maintaining privacy and ensuring secure access to critical resources is a critical task for IT teams in today’s multi-cloud and hybrid environments Azure Arc-enabling organizations to extend the functionality and security capabilities of Azure on-premises and in the cloud. Azure … Read More
Azure
A Deep Dive Into CDC With Azure Data Factory
Introduction Change Data Capture (CDC) in SQL Server is a powerful feature designed to track and capture changes made to data within a database. It provides a reliable and efficient way to identify alterations to tables, allowing for the extraction … Read More
Azure Durable Functions: Fan-Out/Fan-in Pattern
Introduction When working with Azure Functions, one common scenario is importing a file for processing. In our specific case, we encounter an Excel file with thousands of lines that need to be processed, checking the accuracy of values using multiple … Read More
Azure Elastic Jobs for SQL Databases
What’s an Elastic Job? While the definition of an Elastic Job is quite straightforward in Microsoft’s documentation, I always like to read about a real-life example of the usage of a technology or tool first – I find it usually … Read More
Comparing IaC tools for Azure
Infrastructure as Code on Azure, the ARM These days, most developers are familiar with the concept of having our applications’ and systems’ infrastructure defined in descriptive, version controlled code which generates the same environment, every time it’s applied. IaC solves … Read More