Azure Architecture Flashcards
1
Q
What is a Region ?
A
a set of datacenters with latency defined perimeter (i.e. servers are fairly close together) e.g. East US
2
Q
Which region to use ?
A
Proximity to user base (reduces latency).
Not all features available in every region
Pricing varies region to region
3
Q
What is a Paired Region ?
A
Each region has a pair in the same geographical region
fails over if outage occurs
allows for planned updates
4
Q
What are Availability Zones ?
A
a physical location within a region with own power etc.
Each region has a minimum of 3 zones (datacentres)
5
Q
What is a Resource Group
A
Everything within Azure is in a Resource Group. Basically an object container. each object can only be in one RG Can move between RGs RG can have objects in different regions Can access permissions to RG
6
Q
What is Azure Resource Management (ARM) ?
A
Deployment and management services any interaction with an Azure resource goes through ARM resource deployment same each time Access Control Deploy resources as a group Tagging / Billing