Category Azure

Azure Data Factory vs. Azure Databricks

Azure Data Factory (ADF) and Azure Databricks are both powerful ETL/ELT tools, but they serve different purposes and are optimized for different workloads. Below is a detailed comparison along with key use cases for each. Comparison: Azure Data Factory vs.…

How to increase the Azure VM Disk size on Linux.

When working with an Azure Linux Virtual Machine (VM), you may need to expand the root disk (OS disk) or data disk to accommodate growing storage requirements. This guide walks you through increasing the disk size from the Azure portal…

Desired State Configuration with Azure Automation

Desired State Configuration (DSC) is a management platform in Windows PowerShell that helps ensure configuration consistency and compliance for on-premises and cloud-based environments. Azure Automation is a cloud-based platform for automating manual and repetitive IT processes. Together, DSC and Azure…

Import a resource into terraform state file

Terraform is great tool to deal with the infrastructure deployments. Though, it helps you to completely automate the infra deployments, the resources that are deployed by terraform can only be managed by terraform. Terraform stores the state information in the…