Resource Groups Flashcards
What is an Azure Resource Group?
A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group.
Once a resource in added into a resource group, can the resource or group me moved to a new group or subscription?
Yes, for more information, see:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription
What method is used to manage access to resource groups?
Azure role-based access control (Azure RBAC)
If a Resource Lock has been applied to a Resource groups, what resources in the group does the lock apply to?
All resources in the resource group
If a resource is moved out of a group with a lock applied, does the resource retain that lock after the move?
No
Resource groups only stores WHAT about the resources the group contains?
Metadata
What happens to the resources in a resource groups when the resource group is deleted?
All resources in that resource group are also deleted.
What are the PowerShell and Azure CLI commands for creating Azure Resource Groups?
New-AzResourceGroup -Name <> -Location <>
az group create –name <> –location <>
Does moving a resource to a resource group in a different location change the location of that resource itself?
No, the location for which that resource was created does not change.