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.
Create a shared resource group - Azure Tutorial
From the course: Automation with Azure Powershell and ARM Templates
Create a shared resource group
- Because we created the key vault in a shared resource group and I want to have that infrastructure be part of my project, part of my code, I can go out and I can export it into files and then include them in my project. Here is where you would get them. We go into the resource group for our shared.rg and from here I can see in the deployments, the different deployments that have taken place. This is the history of that deployment. If I click on it, it shows me all of the files that make this thing work. I can click on the template and then I can copy and paste the actual resource template that was used as well as the parameters. I could also download the files to a zip archive and save it and then I could open that file and it shows me that I've got the PowerShell Script for doing the deploy which deploys the template with the parameters. It also has a Shell Script for the command line. I've got a RB file, I've got a .net Source Code if I wanted to do that. Those are the same ones…
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.