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.

Best practices

Best practices - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Best practices

- [Narrator] We've covered a lot of different areas of working with templates. We kinda want to go through some of those things that you should really be paying attention to as you go out and go down the process of using templates to be Cloud Enterprise ready. First thing is, thinking about how you plan your resource groups. These services can be shared across multiple things sometimes, sometimes they aren't. Sometimes you want to have a different resource group for each different life cycle of an application. Not just for each application. I might have a test qual and a prod. Use your subscriptions, too, to be able to separate and have different things in different places. A lot of places will have a production subscription where all the production things are deployed from and they have very tight controls over who can actually deploy and put stuff into that as opposed to your development and your QA and your staging kind of environments. But resource groups then can be used to…

Contents