AZ-400 Cloud Guru Notes Flashcards
What is reliability?
Access app when & how expected
- Availability
- Performance
- Latency
- Security
How to measure reliability?
- Determine acceptable uptimes
Define SLA, SLO and SLI
Service Level Agreement - agreement around availability
Service Level Objective - goal service wants to reach to meet agreement
Service Level Indicator - metrics used to meet commitment
What is Site Reliability Engineering?
Engineers working the full stack so same devs who wrote code fix issues and automate performance checks
Key concepts of SRE
Feedback - loops for continuous improvement
Measure everything - collect data on how everything is working
Alerts - use data to create alerts
Automation - automate as much as possible to reduce alerts
Small changes - fixes little and often
Risk - embrace risk to learn from problems
Azure Monitor
Central location to gather info from app, infrastructure and Azure resources
Azure Monitor collects?
Metrics - Data that measures how system is performing at a certain time
Logs - Messages about certain events in a system
Metrics usage
Visualise data in Metric explorer, save to dashboard/workbook
Anaylse performance
Alert if resource reaches threshold
Automate action based on metrics e.g. autoscaling
What can app insights provide?
- App exceptions
- App dependencies
- Performance information
URL ping test
Send HTTP req to specific URL to test availability
Lets you know duration and success rate
Enable retries recommended
Can have multiple test locations
Can have alerts
What is an action group?
Tells you who to notify and how
What is failure mode analysis?
Find single points of failure
Rate risk and severity
Determine response - respond and recover
What are fault points and fault modes?
Fault points - any place where architecture can fail
Fault modes - all the way a fault point can failW
What is a fault domain?
Make sure resources are hosted on separate racks in centres
What is load testing vs stress testing?
Load - normal to heavy load tests
Stress - upper limit tests