From the course: Azure Governance and Landing Zones: Best Practices for Building a Well-Governed Cloud

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Demo: Deploying ARM

Demo: Deploying ARM

- [Instructor] So, we're going to go out and we're going to deploy our template. Now we've got our naming standard that we've followed in the template, and if I look at this, I've also got some tagging that I want to do and I have some tagging, so I'm going to have at least a couple tags that we want to deploy with. Now, in our script folder, we created this test arm, which is from Copilot. I've tweaked it a little bit to make sure that we've got our tags and other things included, but I'm going to run this, and what we'll do is we'll prompt for some variables inside of here, and we'll set these up. Now, I can do this in a terminal by opening up the terminal window and then doing an F8 to run the commands, and we'll just kind of step through this. So, up here, what I'm going to do is I'm going to click up here and do an F8, and this prompts us for the app name, DadApp, which I'll click down here, DadApp, and then the environment name is going to be arm. That will set up our variables…

Contents