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.

Resource group project

Resource group project - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Resource group project

- [Instructor] So what we've got so far is we have a solution that is cloud invested. We have our resource group. The nice thing about that is it has created some templates for us. It's been managing that whole thing. But really, what we want to do is to be able to create our own custom infrastructure and be able to deploy it in a consistent, reliable way. And where we have some of these capabilities I wanna show you one of the great things about visual studio and the Azure resource group project type that is very unique and very powerful. So what I'm going to do is you can see here's our resource group that we created. If I wanted to see the automation script I could go out and I could look at it. I could save it. There's a number of things it created. And I can see things like the SQL Server parameters and stuff like that. But what I wanna do is I wanna create a resource group project and add it to our solution. So if I right click in the solution and I'm gonna add a new project…

Contents