Module 3f - Describe Core Solution and Mgmt Tools - Choosing the Best Monitoring Services Flashcards

1
Q

Hint: O D AP

What can monitoring solutions help you with in Azure?

A
  • *Optimization** - Answers/Insights/Alerts to optimize your cloud usage
  • *Diagnostics** - Root cause analysis for unplanned issues
  • *Availability Planning** - Proactive preparation for planned outage and downtime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Azure ADVISOR?

A

Its your cloud optimization tool.

It evaluates your existing use of Azure Resources in order to provide recommendations to improve reliability, security, performance, reduce costs and overall achieve operational excellence.

  • Saves you time with optimization tasks
  • Recommendations include suggested action items that can be either done right away, postponed or dismissed
  • Recommendations are given via Azure Portal, API
  • Notification support for Alerts for new Recommendations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hint: R S P C OE!

What are the five (5) Recommendation Categories for Azure Advisor?

A
  • Reliability - Ensure/Improve continuity of business-critical applications
  • Security - Detect threats, vulnerabilities, anything that could lead to a security breach
  • Performance - Improve the speed of your apps
  • Cost - Optimize and reduce your Azure spend
  • Operational Excellence - Achieve process and workflow efficiency, resource manageability and deployment best practices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Hint: T

What is Azure MONITOR?

Azure Monitor only collects telemetry for Cloud Resources (T/F)?

A

Azure Monitor is a monitoring solution that collects TELEMETRY.

It’s a platform for collecting, analyzing, visualizing, and potential action-taking, based on METRICS and logging data from your entire Azure and On-Prem environments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(Hint: five (5) sources…

What sources does Azure Monitor collect data from?

A
  • Application Layer
  • OS Layer
  • Azure Resources
  • Azure Subscription
  • Azure Tenant (then potentially “Custom Resources”)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where does Azure Monitor store collected data?

A

Centralized repositories. Workflows and logging data are stored here

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hint: P A R

Give three (3) major ways that data collected by Azure Monitor is used.

A

Performance Monitoring: Real-time and historical performance across the entire architecture

Alerting: Real-time alerting (SMS, email, etc). Additional options with thresholds to trigger auto-scaling

Mostly though for Reporting:

  • High-level reports in Azure Monitor Dashboard
  • Aggregated and detailed reporting
  • Granular reporting via custom views using PowerBI or Kusto queries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Azure Service Health?

A

A personalized view of the overall health of services, regions and resource you use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Root Cause Analyses (RCAs)?

A

After an outage, Azure Service Health provides official incident reports

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Hint: SI PM HA

What are the three (3) Event types Service Health keeps an eye on?

A

Service Issues:

  • Outages that affect you right now. Drill down into services/regions/updates from dev teams, and share/track info on each

Planned Maintenance:

  • Events that affect availability. Drill down into affected services, regions and details; this will show you what you need to do
  • MOST events occur without impact to you and are NOT shown
  • Reboot events allow you to choose when to perform maintenance to minimize downtime

Health Advisories:

  • Issues that require immediate action to avoid service disruptions (breaking changes, service retirement, etc.)
  • Announced FAR in advance to allow for planning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does status.azure.com show you?

A

Issues that broadly affect Azure customers. Gives you status of all services that run on Azure, for each possible Azure Geographie, including Government, China and Jio (Azure India)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When you need to analyze for cost reduction, improve resilience and harden security, which Azure Monitoring Service do you use?

A

Azure Advisor when you’re looking for analysis on DEPLOYED Resources. You’ll get SUGGESTIONS for reliability, security, performance, cost and operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When need to monitor your Services or your usage of Azure, which two Azure Monitoring Services do you use?

A

Azure Service Health to keep tabs on your individual usage of Azure, Regions you’re in, and availability status of Services

Azure Monitor to create reports and notifications on performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When you want to measure custom Event Logs, which Azure Monitoring Service do you use?

A

Azure Monitor for measuring custom events and other telemetry data

NOTE - Azure Application Insights uses Azure Monitor under the hood. So custom logs and code and such, it still falls back to Azure Monitor!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When you want to set up alerts for outages or auto-scaling/auto-deployment of additional instances/Resources, which Azure Monitoring Service do you use?

A

Azure Monitor again!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Use Case: You want to optimize your cloud spend, get an overview on potential security breaches to protect customer and other private data, as well as garner a better understanding of best practices for cloud implementations and optimizations. You want “easy wins”

What service would you use?

A

Azure Advisor. It was made for this exact scenario; best practices recommendations based on industry standards to gain higher levels of operational excellence.

Why not Azure Monitor? Because we’re not analyzing telemetry nor are we reviewing event logs and such.

Why not Azure Health? Because we’re not addressing availability or outage issues on a broad scale

17
Q

Use Case: We are getting intermittent errors in the system and are not sure where they are coming from nor the cause. We want to analyze the apps various services to determine cause and source, timing, etc.

What service would you use?

A

Azure App Insights, which is the heart of Azure Monitor. We can gain deep telemetry from the entire system, and send alerts when specific user sessions trigger the error, giving us timing and specific scenario data for replication (i.e. use Monitor to set up alerting and auto-scaling when it affects your specific resource)

Note - It gets expensive! 😂

Why not Azure Health? Because we’re not addressing availability or outage issues on a broad scale.

Why not Azure Advisor? Because we’re not looking for recommendations on operational excellence or industry standard practices.

18
Q

Use Case: You want to operationalize your cloud environment:

  • Letting stakeholders know about upcoming planned downtime in advance
  • Warn solution architects about Microsoft plans to sunset services, allowing time and opportunity for rearchitecture
  • Discover whether or not broad service interruptions will affect your customers
  • Provide stakeholders reporting on incident occurrences and reasons

What service would you use?

A

Azure Health (obviously). You’d set up alerts for when a broad outage affects all Azure Customers

Why not Advisor? Because we’re not optimizing
Why not Monitor? Because we’re not tracking telemetry