Core Azure Services Flashcards
Geography
Discrete market containing 2 or more regions that preserve data residency and compliance boundaries
e.g. Americas, Europe
Region
Geographical area containing at least 1 datacentre that are nearby and networked together with a low-latency network
e.g. west europe, north europe
Low latency
Low latency describes a computer network that is optimized to process a very high volume of data messages with minimal delay (latency)
Availability zones
Physically separate datacenters within an Azure region. Each zone is made up of 3 or more datacenters equipped with independent power, cooling and networking
Availability sets
Comprise of update and fault domains
update domains - when a maintenance event occurs, the update is sequenced through domain updates
fault domains - provide for the physical separation of a workload across different hardware in the datacenter
Hierarchy
geography > region > availability zone > availability set > fault/update domain
Region pair
Each azure region is paired with another region in the same geography at least 300 miles away.
This allows for the replication of resources (such as VM storage) across a geography that helps reduce the likelihood of disruption due to natural disasters, power outages, network outages.
Resource group
Logical container for resources deployed on Azure could include VM, storage, apps.
Typically groups are around certain applications
Azure resource manager
Interface for managing and organising cloud resources
Azure core products - compute
Virtual Machines - windows or linux
VM scale sets - scaling for VMs
App services - PaaS offerings to build, deploy and scale apps
Azure functions - event-driven, serverless compute service
Azure core products - networking
Virtual network - connects VMs to VPNs
Load balancer - balances inbound/outbound connections to apps
VPN gateway - accesses VPNs
Application gateway - connections to apps, increases security
Azure core products - storage
Blob storage - storage for very large objects e.g. videos
Disk storage - provides disks for VMs, apps etc
File storage
Archive storage - rarely accessed
Azure core products - databases
CosmosDB - globally distributed database that supports NoSQL
Azure SQL database - fully managed relational database with auto-scale, intelligence and security
Database migration services
SQL data warehouse - managed data warehouse with security
Azure marketplace
Allows customers to find, try and provision apps and services from hundreds of providers.
Helps connect end users with MS partners, independent software vendors and startups offering their services which are optimised to run on azure
IoT
IoT hub - messaging hub that provides secure communication and monitoring between IoT devices
IoT central - SaaS solution to manage IoT devices at scale
IoT edge - push data analysis onto IoT devices instead of the cloud to allow them to react more quickly to state changes