Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Uncategorized

Azure ARM Templates

Azure – ARM Templates Azure – ARM Templates  To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for…

Jenkins with Azure Repos

Azure DevOps – Integrate Jenkins with Azure Repos  Jenkins is a CI/CD Pipeline tool. Jenkins – Overview Jenkins Installation on Ubuntu The below steps are used to integrate Azure Repos with Jenkins.(Below example is java maven based project) Once Jenkins…

Azure DevOps – Self-hosted agents

Azure DevOps – Self-hosted agents  Self-hosted agents An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team…

Azure DevOps – Microsoft-hosted agents

Azure DevOps – Microsoft-hosted agents Microsoft-hosted agents If your pipelines are in Azure Pipelines, then you’ve got a convenient option to run your jobs using a Microsoft-hosted agent. With Microsoft-hosted agents, maintenance and upgrades are taken care of for you.…

Azure DevOps-Azure Pipeline

Azure Devops -Azure Pipeline Azure pipeline is a process to provide CI/CD pipeline automation process. It has the following compoment. Build Process:- Azure pipeline creates a virtual machine( which you can’t see in the VMS) and source code ( From…

Azure DevOps – CICD Pipeline

Azure DevOps -CI/CD Pipeline Migrating to modern CI/CD processes provides many benefits for application builds, deployments, testing, and monitoring. By using Azure DevOps along with other services such as App Service, organizations can focus on the development of their apps…

Azure Repo

Azure DevOps – Azure Repos  Azure Repository is a set of version control tools that we can use to manage our code. In case we are entirely new to version control, then version control enables us to track changes we…