Introduction to Terraform and Its Role in Modern Infrastructure Management: Part 1 of a SeriesWelcome to the first installment of our blog series designed to guide you through learning Terraform with a focus on Azure. In today’s…Mar 5, 2024Mar 5, 2024
Liquid Clustering: Elevating Data Processing in DatabricksIn the ever-evolving landscape of big data and analytics, the quest for optimizing data processing and storage mechanisms remains…Mar 5, 2024Mar 5, 2024
How to Read Azure Key Vault Data from DatabricksAzure Key Vault is a cloud-based service that provides a secure way to store and manage cryptographic keys, secrets, and certificates. It…Apr 10, 2023Apr 10, 2023
Parsing JSON, XML column in PowerBILet’s say you have a table with JSON or XML columns along with other columns. Below is the easiest way to parse JSON or XML columns in…Apr 27, 2021Apr 27, 2021
Write to JSON file and read from a JSON file using Python.JSON stands for “JavaScript Object Notification,” which is popularly used for web applications/APIs to communicate.Mar 3, 2021Mar 3, 2021
Schedule jobs using CrontabA Crontab is a program that enables UNIX users to execute scripts automatically at a specified time. Crontab stands for “cron table”…Feb 2, 2021Feb 2, 2021
List comprehension in PythonList comprehension is very useful while working with lists. Using list comprehension, we can replace code for loops with a single…Sep 12, 2020Sep 12, 2020
Download a file from SharePoint using PowerShellLet’s say you have a file in SharePoint online that you want to download, process, and feed it to another application or API.Sep 1, 2020Sep 1, 2020
Running Powershell script with PythonI had a requirement where I need to trigger an existing PowerShell script from Python. The PowerShell script is to download a file from…Aug 17, 20201Aug 17, 20201
Copying Text from Image using OneNoteHave you ever faced a situation where you have an image from which you want to copy text? There are several ways to do this.Aug 16, 2020Aug 16, 2020