AZ-900 Exam Prep Flashcards
AZ-900 Exam Overview
(3 sections & contents)
- Concepts (25-30%)
- define
- benefits
- service types
- Architecture & Services (35-40%)
- components
- compute
- networking
- storage
- identity, access, security
- Management & Governance (30-35%)
- cost mgmt.
- gov & compliance tools
- deployment
- monitoring tools
— Cloud Concepts Dividers —
— Cloud Concepts —
Benefits of Cloud
(6)
- High Availability: services running for long periods of time
- Scalability: add or remove resources
- Elasticity: automatic scability
- Agilty: fast delivery of resources
- Geo-Distribution: deploy globally, best perf within region
- Disaster Recovery: speed of resoration during failure
Charcteristics of Cloud Resources
(DSSMA) (5)
- Durable: high availability & redundancy
- Secure: auto encryption & role-based access controls
- Scalable: unlimited storage
- Managed: handles maintenance & critical problem for the user
- Accessible: anywhere with HTTP/HTTPS
3 Types of Cloud Models & Benefits
Public: owned by service/hosting provider, subscription to user, accessable with internet
- no capex, agile, consumption based model
Private: single compnay is user and provider, no public access
- capex, complete control
Hybrid: public + private
- most flexible model
3 Types of Cloud Service Models
(the aaS services)
IaaS: hosting company manages the infastructure (hardware, servers, virtual machines, networks, security, firewalls), client everything else
PaaS: hosting company provides the infastructure as well as the development tools, database managment, os, and everything else except the application
SaaS: everything including the applications are hosted and managed by the provider, patches and updates are also managed by the provider (Office 365 is a good example)
Region Definition
Multiple datacenters 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)
Geographies
(2 part definition)
- discrete marketplace with 2+ regions
- data residency & compliance boundaries
Availability Zones
physically seperate data centers within a region, designed for hardware fault tolerance
(independant power, cooling, networking)
Availability Sets
(def & 2 components)
- available in case of hardware failure
- components:
- update domin: maintainence, updates
- fault domain: physical separation of hardware within datacenter
Organizing Structure of Resources in Azure
(4 hierarchical levels)
- managment groups: manage IAM across multi subscriptions
- subscriptions: groups user accounts, aligns to resource groups
- resource groups: container to hold resources
- resources: instances of services (VMs, Storage, SQL DBs)
Resource Manager
(does 4 things)
- manages the resource group
- deploy applications
- organize resources
- controls access
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
— Core Azure Services —
— Core Azure Services —
Data Residency Definition
also called data localization
data that has to reside within the borders of the country
it cannot be replicated in a foreign jurisdication
Dedicated Host
physical server that is specific to your organization
customer does not share physical hardware with another organization
Networking Services in Azure
(5)
-
virtual network: IaaS; connect/comms between resources
- VMs, web apps, databases, etc. connection
-
vpn gateway: encrypted connection between networks; PaaS
- prem to cloud connection; ExpressRoute
- point-to-site: device connection to virtual networks
- network to netowrk connection
- load balancer: auto scale VMs
- app gateway: manage app web traffic
- content delivery network: deliver web content to users
VNet Peering & Virtual Networks
- restricted to within a single region
- connect VMs across regions with VNet Peering
ExpressRoute Connections
creates private connections between Azure datacenter and on prem networks
Storage Services
(3)
- Blob: holds any type of data
- Disk: disks for vms, apps, etc.; think SSD or HDD in the cloud
- File: think desktop file storage in cloud
Database & Analytics Services
(3 & 4)
Database
- Cosmos DB: scale throughput storage; NoSQL/schemaless data
- SQL Database: relational SQL Server in the cloud
- Data Lake/Blob: migrations between multiple databases
Analytics
- Synapase: enterprise data warehousing
- HDInsight: cloud distro of Hadoop componenets
- Databricks: spark commerical build
- Data Lake Analytics: per query analytics against data lake