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
Virtual Private Network
- connect two networks as-if its the same network (home to office network)
- network gateway
ExpressRoute
connect your private network to azure (no data over public internet)
Subnet
subdivision of a virutal network with its own security rules
Azure DNS
Azure Domain System Name is hosting service for websites
Azure Storage Options
4 types
- Blob
- Disk
- File
- Queues
Blob Storage Types
2
- General Purpose: hanlde all types of data
- Data Lake Gen2 (block blob): data analytics
Blob Storage Tiers
3 types - 2 rules
- hot: frequent access
- cold: infequenty, but last at least 30 days
- archive: rarely accessed sotred for at least 180 days
rules:
1. only hot and cold can be set at account level
2. archive is set at the blob level
File Storage Definition
think share drive
Queue Storage
storage a large number of messages