Describe Azure Architecture & Services Flashcards
Region Definition
Multiple availability zones in close proximity geographically with low latency between them
Region Pairs
(def & 3 advantages)
region pairing within the same geography: replication of resources and fault tolerance redundancy
- outage backup
- minimizing downtime during updates
- same geography (tax & regulatory concerns)
- lowest latency between regions
Soverign Region
Exclusive public region region not available to everyone
ex. China, US gov, DoD
Availability Zones
physically seperate data centers within a region, designed for hardware fault tolerance
(independant power, cooling, networking)
Resource Group
(def & 3 rules)
- container to manage the reasources needed for an application to run
- rules:
- resource can only be aligned to one group
- can be moved across different regions
- application can have more than one resource group
- example resources:
- metering & billing
- policies
- monitoring & alerts
- quotas
- access control
Subscription
- whom the resources and resource group is billed to
- how you manage resource groups for billing
Management Groups
- organization of subscriptions
- set governance (access, policies, and compliance) and this level
Computing Services (6)
- Virtual Machine
- VM Scale Sets
- App Services (web app)
- Container Instances
- Kubernetes Services
- Windows Virtual Desktops
Virtual Machine Definition
Virtual Machine: emulation of a computer, running on a server in one or more datacenters.
VM Scale Sets Definition
availability set note as well
- 2+ virtual machines running exact same code
- autoscaling
- load balancer: manages traffic
availability set: stagger updates, varied network and power to prevent single point of failure
App Services Definition
- code without access to the hardware or compute (OS)
- application hosting
Azure Containers
2 types
- Container Instances: single instance
- Kubernetes: cluster of containers, needs a cluster of machines
for development, testing apps (PaaS)
Windows Virtual Desktop
- MS 365: windows in the cloud
Azure Functions
event driven, serverless computing
Azure Networking Services
(4)
- Virtual Networks
- VPN Gateway
- VNet Peering
- ExpressRoute