Skip to main content

AZ-104 - Administration - Azure Resource Manager

What is Azure Resource Manager?

 

Azure Clouds made of?

Resources: 
  • Entity managed by azure
  • Virtual Machines
  • Storage accounts and virtual networks 

image.png

Resources groups: 
  • Logical container for grouping resources
  • Group resources based on lifecycle and security
  • Associated with an azure subscription

image.png

Azure Subscription: 
  • Logical construct that groups together resource groups and associated resources
  • Billing unit for the azure cloud cost

image.png

Azure Resource Manager - ARM
  • is the orchestration layer for managing the azure cloud
  • Uses REST API endpoints
  • ARM connects to resource provider (Powershell, CLI, Azure Portal)
  • Resource provider completes the request
  • It uses Azure Identity Manager 

image.png

image.png

Resources are Azure Managed Entities like virtual Machines, Storage accounts and Virtual Networks

Resources are contained in resource groups

Resource groups are contained in subscriptions

You can use REST API endpoint to manage Azure through Azure Resource Manager

Azure Resource Manager is a Management Service

Each Resource has a resource provider