From the course: Automation with Azure Powershell and ARM Templates
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Demo: VSTS pipeline - Azure Tutorial
From the course: Automation with Azure Powershell and ARM Templates
Demo: VSTS pipeline
- To integrate the infrastructure as code into our dev ops pipeline we can go out to the team explorer and then from here you can see the builds that have run since we've checked code in. I can double click on the latest build, and that'll then take me into team services. And I can see everything got created. Now it's important that you do this, because in the artifacts it adds all the extra files, all the extra templates our infrastructure is code into the files and then we can go in and take a look at our release pipeline and be able to update it. So we'll click over here on our releases. One of the things you might notice is the numbers on here might not always match to what you have, but that's okay. I'm gonna go into where I've got my release pipeline, I'm gonna edit this. And right now when I look at the release pipeline I've got just one environment, my dev environment. When I go here I'm actually doing a single task that is going to go out, and it's doing a simple deploy to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.