ARM Series #7: Controlling Deployment

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayAs ARM deployments become more complex, using linked and nested templates allow you to break these deployments down into smaller reusable components. In this session Neil will demonstrate how each of these works.
Learn More:
The linked template looks great. Thank you for the valuable video.
I have a question about the templatelink uri property. Can I use Azure DevOps private git repository URI as the templatelink uri? I think a lot of users use Azure DevOps git repository to store ARM templates, so it is very useful to point the DevOps git URI directly. Creating a storage account, copying ARM templates from git repository to the storage, applying ARM template and deleting the storage account... It's too much hassle.