Highlight
Modularization of ARM templates is one of the key concepts for delivering reusable and easy to maintain components for your application infrastructure.
Intro
In this episode I give you introduction nested and linked templates with real life examples and CLI scripts to tie everything together.
Source code for demos: https://github.com/MarczakIO/azure4everyone-samples/tree/master/azure-resourcemanager-templates-nested-linked
Agenda
In this episode live demo of
- Deploying nested templates
- Showcasing outer versus inner scopes
- Deploying nested storage account
- Deploying linked templates
- Deploying linked web app and service plan
Video
Next steps for you after watching the video
- Linked and nested template deployment doc references
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/linked-templates?WT.mc_id=AZ-MVP-5003556
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-linked-templates?WT.mc_id=AZ-MVP-5003556
- https://docs.microsoft.com/en-us/azure/lab-services/deploy-nested-template-environments?WT.mc_id=AZ-MVP-5003556