From the course: Docker on Azure (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Launch and validate a template

Launch and validate a template

From the course: Docker on Azure (2019)

Start my 1-month free trial

Launch and validate a template

- [Instructor] So once we have templates to use to launch our different environments, things become a little bit easier. It's a little quicker to launch especially complicated systems like a multi-container grouped service. In this case, we want to launch a storage resource and specifically one that's going to have shared storage. We can have a quick look at our template just by saying edit. And we can actually make sure that the template is in fact a resource that we want. This is the one that we created in a previous video and it has two containers in it and it also has a shared empty volume resource. Actually launching this is quite easy. We can just cancel back out of this and say deploy, and really, the only resource information that's not already embedded in the template, so this is not a very heavily parameterized template. It is just a resource group that we're going to associate this with. There's an…

Contents