Learn Microsoft Azure
上QQ阅读APP看书,第一时间看更新

 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