A Step-by-Step Guide to Using Azure Pipelines CI/CD Tool to Deploy Azure Resource Manager Templates

Azure Pipelines Feature Image

Modern software development practices like DevOps demand agility, automation, and collaboration to deliver high-quality software. One of the key aspects of these practices is Continuous Integration and Continuous Delivery (CI/CD). Continuous integration refers to the practice where developers frequently integrate…

Read MoreA Step-by-Step Guide to Using Azure Pipelines CI/CD Tool to Deploy Azure Resource Manager Templates

Modularizing Azure Infrastructure Code Using Azure Resource Manager (ARM) Linked Templates

In programming paradigm, complex application code is broken into small, more manageable modules for better visibility, manageability and re-usability. Similarly, as complexity of Azure Infrastructure code increases, you might want to split the code into multiple modules which are easy…

Read MoreModularizing Azure Infrastructure Code Using Azure Resource Manager (ARM) Linked Templates