Mod 2 - Understand the Physical and Logical Layout of Azure Flashcards
How far are Secondary Regions placed from Primary?
more than 300 miles away from primary regions
Regions
is a geographical area on the planet that contains at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network
What do Regions contain?
Contains availability zones or a buddy region/sub region of a geography ex. US has US West and US East
Geography
Refers to a geographical area, Example U.S, E.U, Asia
Availability Zone
physical zone containing three datacenters connected together by high speed fiber connections
Can you choose which datacenter to use in AZs?
Yes, EX. South central US has three datacenters in texas that are connected
Disks
a storage resource, can be in a different datacenter and be synced with VMs on DC1 and DC2
Zonal Services
means you pick the zone, ex. I want server in AV1 and another in AV2
Zone redundant by default
means when using PaaS, Microsoft has deployed resources in a way with redundancy in mind
Non-regional services
resource/service MS provides in Azure that isn’t dependent on uptime of a AV ex. Azure AD
What is the High level hierarchy of Azure Logical layout of resources
Management Groups»Subs»RGs
Resource Groups
a container that you logically assign resources together. First way of organizing our stuff, required to deploy resources. Ex. Assign several VMs to Front end group for website
- Governance policy
: policy set on RGs that defines requirements resources need to have to be in that group, ex. VMs have Ubuntu OS
- Security policy
policy set on RG to determine access
What are three Examples of how to use RGs
- Project based: organize resources by a project ex. LB, VMs, and storage for a website. Can run metrics on it
- Business Unit based: organize resources by BU or department ex. IT or HR
- Team Based: organize by team ex. Systems eng and Net eng should have different access to resources.