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…