Automate the Process for Reading and Writing Data in Azure Storage Account Gen2 with Azure Data bricks

Author – Ayush Chauhan, Associate Data Engineer INTRODUCTION In this article, we will learn how we can load multiple files from a storage account and how to transform data back to it and azure database, along with how to automate this whole process, so one didn’t have to change any variables or write any extra…

Choosing Between Azure DevOps and Github

Author – Ping Fung Yin, Sr. Cloud Engineer Overview Both Azure DevOps and Github are great development platforms that allow you to implement DevOps strategies within your organization and covers most part of the software development process from planning to production. Before we dive into the difference between Azure DevOps and Github. Let us first…

Azure SQL Data Sync

Author – Sarvesh Pandey, Cloud Engineer    Introduction: SQL Data Sync is a service built on Azure SQL Database that lets you synchronize the data you select bi-directionally across multiple databases, both on-premises and in the cloud. You can setup, Data Sync environment without writing a single line of code through Azure Portal. Weather your…

Getting Started with QnA Maker

Author – Stuti Dhebar, Cloud Engineer Intern  Often when we are using a service or planning to use a new one, we come across several questions. Many of these questions could have already been answered in the FAQ pages of the service’s website. The problem arises when we are dealing with large websites because the…

How to perform “Dry Run” using ARM Templates

Author – Shefali Kamble, Associate Cloud Engineer  Microsoft has introduced the preview of ARM Template what-if feature which was a private preview initially but lately, this new option for PowerShell has been made available as a public preview which is a great option and can help far most with the template deployment. What is the…