Module 11 Flashcards
Resource groups are a fundamental element of Azure, what do they do
Logically contain all your resources
What type of resources must be in a resource group
All resources must be part of a resource group
Can resources be moved between resource groups
Many resources can be moved between resources groups however some have limitations of requirements
Can resource groups be nested
No - Resource groups cannot be nested
Resource groups exist to manage and organise resource - what are some of the ways you can use them to provide order/organisations
By placing resources of similar; Usage, Type or location in the groups together
When and why is it useful to organise resource groups by life cycle
Deleting a resource group deletes all resources contained within
Organising by life cycles can be useful for dev and test environments where you might experiment then dispose of when done
RGs make it easy to remove a set of resources in one go.
When and why is it useful to to organise resource groups by Authorization
RGS are also a scope for applying RBAC permissions
RBAC permissions allow you to easily admini and limit access to allow only what is needed
How can you create a resource group
Via Portal, PowerShell, CLI, Templates or SDKs
If you use a resource group to organise for billing, how might this be helpful
Putting resources in the same RG is a way to group for usage in billing reports
To understand how costs are distributedin Azure, group them by resource is a way to filter and sort data to better understand where costs are allocated.
What method could you use to organise a resource with multiple purposes.
What method allows for good search and filter or resources
Tagging
What are tags
Name/Value Pairs of data you can apply to resources and Resource Group, to associate custom details about your resource
How many tags can a resource have
A resource can have 50 tags
What is the name of a tag limited to
The name of a tag is limited to 512 characters, (except storage accounts where limited to 128 characters)
What is the value or a tag limited to
Tag values limited to 256 characters
True Or False, All resources support tags and they are inherited
FALSE: Tags are not inherited AND Not all resource types support tags (i.e. classic resources cannot have tags applied)
How can you manipulate tags
Portal, CLI, PowerShell, Resource Manager Templates, RestAPI