Highlight

If you need to deploy multiple services and combine them together using ARM templates, then this episode is for you. This time we are going to look at orchestration using dependencies and references.

Intro

In this episode I give you introduction to orchestration with dependencies and references for Azure Resource Manager (ARM) templates. This is how you can achieve maximum parallelization while maintain proper deployment order.

Source code for demos: https://github.com/MarczakIO/azure4everyone-samples/tree/master/azure-resourcemanager-templates-dependencies

Agenda

In this episode I will show you a live demo of

  • Deploying Storage Account and Containers
  • Deploying Storage Account and Containers as child resources
  • Visualizing ARM templates with VS Code extensions
  • Deploying Web App (App Service) with App Service Plan
  • Deploying Web App setting with Storage Account connection string using list functions

Video

Next steps for you after watching the video

  1. Set deployment order with dependencies documentation
  2. What are child resources

Adam Marczak

Programmer, architect, trainer, blogger, evangelist are just a few of many titles. What I really am, is a passionate technology enthusiast. I take great pleasure in learning new technologies and finding ways in which it can aid people every day. My latest passion is running an Azure 4 Everyone YouTube channel, where I show that Azure really is for everyone!

Did you enjoy the article?

Share it!

More tagged posts