azure_resource_group

Azure Resource Group

Return to Azure glossary, Azure security, Azure Resource Manager (ARM)

“There are some important factors to consider when defining your resource group:

  • Each resource can only exist in one resource group.
  • You can add or remove a resource to a resource group at any time.
  • A resource can interact with resources in other resource groups. This interaction is common when the two resources are related but don't share the same lifecycle (for example, web apps connecting to a database).
  • When creating a resource group, you need to provide a location for that resource group. You may be wondering, “Why does a resource group need a location? And, if the resources can have different locations than the resource group, why does the resource group location matter at all?” The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you're specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

Fair Use Source: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview#resource-groups

External sites

  • Azure Resource Group
azure_resource_group.txt · Last modified: 2020/11/20 01:06 by 127.0.0.1