Related Articles
Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Career Guides
Breaking into the field? Let these guides help get you started with a plan.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
Are you just starting out with Azure and wonder: What is Azure Resource Manager (ARM) Deployment Model? Or what’s the difference between ARM and Classic? Whether you’re just starting out with Azure or have been using it for some time, but you’re still using Classic, I’m here to give you 6 reasons why you should be using ARM.
1. ARM lets you deploy, manage and monitor all the Azure resources for an application, or a solution, as a group. This can include almost every resource within Azure.
2. As you do ARM template deployment, you will be able to deploy as a unit, but not just once. You’ll have the ability to deploy multiple times through the lifecycle of your application, as well as manage that deployment process.
3. Access control. Access to the resources can be managed as a unit. As you begin to think about separation of duties, compliance or specific rules around that application, you can apply access controls and those rules apply to the entire solution.
4. Resources can be tagged. This is a great feature when you have a lot of components that you support using Azure (as we do). You’ll need a tag to note that these things are logically grouped together. We tag resources for the reason we are using them or the purpose of billing or just to identify them within the list of resources we are using.
5. Templates. Why do templates matter? This is one of the most robust features of all the resources. JSON templates can be created to configure your entire pattern. So, if you’re doing a standard roll out, this allows you to create a template, parametrize it and you can deploy your resources as a group.
6. You can define the dependencies to make sure it’s deployed in the correct order. Keeping this all straight can be one of the hardest things to do. Definitely look at ARM to help with this.
Here’s a bonus 7th reason to use ARM. More than likely, Classic will be going away. No predictions on when or how this will look, but we do know almost every new thing in Azure will be going to ARM first. So, if you’re new to Azure and want to take advantage of the newest technology, use ARM.
Looking to learn more about Azure Resource Manager or deployment models, click the link below or contact us. Our experts are here to help.
ABOUT THE AUTHOR
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment