Starting with Azure ARC

Author- Pushpak Kale (Cloud Engineer)   What is Azure ARC? Microsoft Azure ARC is a unified management platform that simplifies operating complex and distributed environments across on-premises, edge, and multi-cloud. Azure ARC is designed to extend Azure management to any infrastructure. Azure Arc is an emerging hybrid cloud solution that lets users’ provision and manage…

WordPress CI/CD using Azure DevOps

Author- Anubhav Bisht (Cloud Engineer) Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps Services provides a complete, fully featured set of CI/CD automation tools for deployment to Azure. WordPress (WP, WordPress.org) is a free and open-source content management system (CMS) written…

Deploy a Java Function to Azure Functions using Jenkins

Author- Rajat Malik (Cloud Engineer) Azure Functions is a serverless compute service. Using Azure Functions, you can run code on-demand without provisioning or managing infrastructure. This tutorial shows how to deploy a Java function to Azure Functions using the Azure Functions plug-in. Prerequisites Azure subscription: If you don’t have an Azure subscription, create a free account before…

Incrementally copy data through Azure Data Factory using Change Tracking Approach from on-premise SQL Server to an Azure SQL database

Author – Gauri Pawse ( Sr. Cloud Engineer) Change Tracking is a lightweight solution in SQL Server database that provides an efficient change tracking mechanism for applications. It is a mechanism for tracking which rows have been inserted, updated, and deleted in tables monitored by change tracking. Using change tracking allows easy identification of new,…

How to deploy to a Linux virtual machine in Azure using Jenkins and Azure DevOps

Author- Rajat Malik (Cloud Engineer) Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps Services provides a complete, fully featured set of CI/CD automation tools for deployment to Azure. Jenkins is a popular third-party CI/CD server-based tool that also provides CI/CD automation.…