Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Microsoft Azure

You're reading from   Learn Microsoft Azure Build, manage, and scale cloud applications using the Azure ecosystem

Arrow left icon
Product type Paperback
Published in Dec 2018
Publisher Packt
ISBN-13 9781789617580
Length 354 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Mohamed Waly Mohamed Waly
Author Profile Icon Mohamed Waly
Mohamed Waly
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Microsoft Azure 101 2. Understanding Azure Storage FREE CHAPTER 3. Getting Familiar with Azure Virtual Networks 4. Understanding Azure Virtual Machines 5. Azure Web Apps Basics 6. Managing Azure Web Apps 7. Basics of Azure SQL Database 8. Managing Azure SQL Database 9. Understanding Azure Active Directory 10. Monitoring and Automating Azure Services Using OMS 11. Data Protection and Business Continuity Using OMS 12. Assessments 13. Other Books You May Enjoy

Azure Resource Manager model

In 2014, Microsoft launched a new portal that follows a new model, called the Azure Resource Manager (ARM) model.

This model depends on the concept of resource groups, which means you can group all your resources within a container, resulting in resources being deployed in parallel.

The following diagram describes the resources deployed through the ARM model:

Here are the benefits you will gain by using the ARM model:

  • Ability to manage your resources as a group instead of managing them separately.
  • Using role-based access control (RBAC) to control access to resources, so that you can assign permissions to a user on a resource or some resources, but not to other resources (as it was in the classic portal).
  • Using tags to organize and classify your resources, which can help you with billing. For example, you might want to monitor the billing of some resources that make up a solution, such as a web server. By assigning a tag to the resources that make up that solution, you will be able to monitor the billing.
  • Support the use of JSON to deploy resources instead of using the portal:
    • Deploy resources in parallel instead of deploying them sequentially, and wait until each resource deployment finishes to deploy another one.
    • Specify dependencies during resources deployment. For example, a VM will not be created until a storage account and a virtual network gets deployed, because the VM VHD will need a place to be stored in an IP address from a virtual network.
    • Reuse the JSON template to deploy solutions with the same specifications.

ARM key points

For a better understanding of the ARM model, you should consider the following key points:

  • Resources with the same life cycle should be gathered in the same resource group
  • Resources in different regions can be in the same resource group
  • Every resource must be assigned to a resource group, so whenever you want to move a resource between resource groups, you must remove it from its current resource group and then add it to the new resource group
  • Resource groups support RBAC, where a user can get access to specific resources, and have no access to the others
  • Some resources can be shared across resource groups, such as storage accounts
  • Every resource must be assigned to a resource group, so whenever you want to move a resource between resource groups, you must remove it from its current resource group, and then add it to the new resource group
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime