From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

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

Automatic creation of environments

Automatic creation of environments

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Automatic creation of environments

- [Instructor] Now let's talk abut environment creation. So how do I go about creating our environment in Azure, or, basically, how do I get our infrastructure going? So with Azure we have the ability to do automated environment or infrastructure creation, and there's various ways to create those environments. We can use things like PowerShell. We can use Azure Command-Line or Azure Cli. We can use Azure DevOps with ARM templates, which we'll talk about later. So we can automatically then create and deploy infrastructure as code throughout our environments that we're going to be working with. We also have the ability to do what we call an incremental or complete deployment when we're deploying to Azure using infrastructure as code. A complete infrastructure deployment would mean I have a template that defines my infrastructure, and I want it to be deployed so that my infrastructure in Azure matches exactly what's in that template. That's a complete deployment. It also happens on the…

Contents