Domain 3 — Module 7 of 8 88%
25 of 26 overall
Domain 3: Describe Azure Management and Governance Free ⏱ ~10 min read

Azure Advisor and Service Health

Azure Advisor is your free cloud consultant — giving personalised recommendations. Azure Service Health tells you when Azure itself has problems.

Your cloud helpers

Simple explanation

Azure Advisor = a free personal consultant who reviews your Azure setup and says “Hey, you’re paying for this VM but barely using it. Downsize it and save $50/month.” It gives personalised recommendations across five categories.

Azure Service Health = the traffic report for Azure. It tells you when Azure services have issues, when planned maintenance is coming, and when something might affect YOUR specific resources. Like knowing there’s roadwork on your commute route.

Azure Advisor — personalised recommendations

Advisor analyses your Azure environment and provides recommendations across five categories:

CategoryWhat It RecommendsExample
ReliabilityMake your apps more resilient”Add a second VM for high availability”
SecurityReduce vulnerabilities”Enable MFA for admin accounts”
PerformanceImprove speed and responsiveness”Upgrade this SQL Database tier — it’s maxing out”
CostReduce spending”This VM is underutilised — downsize or deallocate”
Operational ExcellenceImprove management practices”Enable diagnostic logging on your App Service”

How Peak Roasters uses Advisor

When Peak Roasters opens Advisor, they see:

  • Cost: “Your B2s VM averages 5% CPU usage. Consider downsizing to B1s — save $15/month.”
  • Security: “Enable MFA for 3 admin accounts that don’t have it.”
  • Reliability: “Your SQL Database has no geo-redundancy. Consider enabling geo-replication.”

Key concept: Advisor recommendations are FREE and personalised to YOUR resources. They’re not generic tips — Advisor analyses your actual usage data.

Advisor Score

Advisor provides an Advisor Score (percentage) showing how well you follow best practices in each category. It’s similar to Defender for Cloud’s Secure Score but broader — covering cost, performance, and reliability too.

Exam tip: Don’t confuse Advisor Score (overall best practices) with Secure Score (security posture in Defender for Cloud).

Azure Service Health

Service Health is a dashboard that shows you the health of Azure services relevant to YOUR environment:

Three components

ComponentWhat It ShowsExample
Service IssuesCurrent outages affecting Azure services you use”Azure SQL Database in Australia East is experiencing degraded performance”
Planned MaintenanceUpcoming maintenance that may affect you”VMs in Australia East will have maintenance on Saturday”
Health AdvisoriesChanges that could affect your resources”TLS 1.0 is being deprecated — update your apps”

How it’s different from Azure Status

Azure Status PageAzure Service Health
Shows ALL Azure issues globallyShows only issues affecting YOUR resources
Public webpage (status.azure.com)In the Azure portal, personalised
No notificationsConfigurable alerts and notifications

Summit Construction configures Service Health alerts for their production subscription. If any Azure service they use in Australia East has an issue, the IT manager gets an email and Teams notification immediately.

Exam tip: Advisor vs Service Health vs Monitor

These three services are easy to confuse:

  • Azure Advisor — “How can I improve my Azure environment?” (recommendations for cost, security, reliability, performance)
  • Azure Service Health — “Is Azure itself healthy?” (outages, maintenance, advisories)
  • Azure Monitor — “How are MY resources performing?” (metrics, logs, alerts for your resources)

Quick test: Advisor = recommendations. Service Health = Azure’s health. Monitor = your resources’ health.

🎬 Video walkthrough

Flashcards

Question

What is Azure Advisor?

Click or press Enter to reveal answer

Answer

A free, personalised cloud consultant that analyses your Azure resources and provides recommendations across five categories: Reliability, Security, Performance, Cost, and Operational Excellence.

Click to flip back

Question

What five categories does Azure Advisor cover?

Click or press Enter to reveal answer

Answer

Reliability, Security, Performance, Cost, and Operational Excellence. Recommendations are personalised based on your actual resource configurations and usage data.

Click to flip back

Question

What is Azure Service Health?

Click or press Enter to reveal answer

Answer

A personalised dashboard showing Azure issues that affect YOUR resources. Three components: Service Issues (current outages), Planned Maintenance (upcoming), and Health Advisories (changes that may affect you).

Click to flip back

Question

What is the difference between Azure Status and Azure Service Health?

Click or press Enter to reveal answer

Answer

Azure Status (status.azure.com) shows ALL Azure issues globally. Service Health shows only issues affecting YOUR specific resources and regions, and lets you set up alerts.

Click to flip back

Knowledge Check

Knowledge Check

Peak Roasters opens Azure Advisor and sees a recommendation to downsize their VM. This recommendation is based on what?

Knowledge Check

Summit Construction wants to know if any planned Azure maintenance will affect their production VMs next week. Where should they look?


Next up: Azure Monitor — the comprehensive monitoring platform for all your Azure resources.