From the course: Automation with Azure Powershell and ARM Templates

Unlock the full course today

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

Infrastructure as code

Infrastructure as code - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Infrastructure as code

- [Instructor] So when we're using resource groups, we're doing something that's called using infrastructure almost as code, because we're able to go out and declaratively describe what this is going to look like. We started with a simple infrastructure, where we've got a web app and a database, and we created that from the template in Visual Studio, the starter spot, and in it we added a database, we added a web application inside of a hosting plan. We customized it a little bit. We added a custom name to it. Another thing we added was, and it's another resource type that we pulled from the portal for a common shared dashboard for our operations team. One of the things we did earlier was we also deployed the database. Instead of putting the user name and password in the deployment files, we actually put it into a key vault, and that is where we've got it in another resource group entirely, and that was where we created the shared resource group with our key vault. Well, we can…

Contents