Resource Groups Flashcards

1
Q

What is an Azure Resource Group?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Once a resource in added into a resource group, can the resource or group me moved to a new group or subscription?

A

Yes, for more information, see:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What method is used to manage access to resource groups?

A

Azure role-based access control (Azure RBAC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If a Resource Lock has been applied to a Resource groups, what resources in the group does the lock apply to?

A

All resources in the resource group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a resource is moved out of a group with a lock applied, does the resource retain that lock after the move?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Resource groups only stores WHAT about the resources the group contains?

A

Metadata

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens to the resources in a resource groups when the resource group is deleted?

A

All resources in that resource group are also deleted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the PowerShell and Azure CLI commands for creating Azure Resource Groups?

A

New-AzResourceGroup -Name <> -Location <>

az group create –name <> –location <>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Does moving a resource to a resource group in a different location change the location of that resource itself?

A

No, the location for which that resource was created does not change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly