From the course: Azure Infrastructure as Code with ARM, Bicep, Terraform, and Pulumi

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Infrastructure as code

Infrastructure as code

- [Instructor] Now that we've deployed our app, let's take a look at what we actually did. We created an application and it's in a resource group, and it's got kind of an odd name. It has a date or something on it. And if I take a look at that, I can see that I've got my app service and my app plan. If I look at the Deployments, I can go out and I can see here's my website deployment, and I can actually get into the template that was used to do that deployment. And that's great, but it's not very easy to figure out what it is that we've got here, and how can we improve this? And this is where coming back to infrastructure as code is sort of an important thing, because what it allows us to do is to talk about not just what is our basic infrastructure, but also how do we want it to work? We've got a simple web app. It's got a hosting plan. It's got some app services. There might be some other things associated with it, but really it's a application. When we deploy from the IDE, you…

Contents