Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Azure Advisor is a free, built-in service that scans your Azure environment and gives personalized recommendations to improve your workloads. It looks at four areas: reliability, security, performance, and cost. Advisor compares your resource configuration against best practices and then suggests actions you can take, such as moving an underused virtual machine to a smaller size to save money or enabling geo-redundant storage for better disaster recovery. You can view the recommendations in the Azure portal and either apply them directly or dismiss items that do not apply. Advisor helps you stay proactive so you can avoid problems before they happen and get the most value from your Azure subscription.
Azure Service Health keeps you informed about the health of Azure services and the resources you use. It combines three separate views: Azure Status gives a global view of all Azure services across all regions; Service Health focuses on events that affect your subscription, such as an ongoing outage or planned maintenance; and Resource Health reports the health of your individual resources, like a specific virtual machine or database. When an issue occurs, Service Health provides alerts, root-cause explanations, and steps to restore service. You can set up custom alerts so that you are notified by email or text message when a service problem or planned change could affect your resources. This tool helps you distinguish between a problem on your side and an issue that Azure is already fixing.
Azure Monitor is the central platform for collecting, analyzing, and acting on telemetry from your Azure resources and even from on-premises applications. It collects metrics (numeric data like CPU usage) and logs (text-based event records) from services and virtual machines. Log Analytics is the tool inside Azure Monitor that lets you run queries against all that log data using a special query language called Kusto Query Language (KQL). You can build dashboards and pin results to share insights with your team. Azure Monitor alerts automatically notify you when conditions you define are met, such as when a virtual machine’s CPU goes above 90% for five minutes. Alerts can trigger actions like sending an email, running an Azure Function, or starting an automation runbook. Application Insights is a feature of Azure Monitor designed for application performance monitoring – it tracks web application requests, failures, dependencies, and user behavior. It gives you a detailed view of how your code is performing and helps you find the root cause of slowdowns or errors. Together, these components let you see the health and performance of both your infrastructure and your applications in one place.
Gauge your current knowledge

Gauge your current knowledge

Azure Status provides a global overview of all Azure services across all regions, whereas Service Health focuses on issues and planned maintenance that affect your specific subscription. Resource Health specifically tracks and reports the operational health of your individual resources, such as a single virtual machine or database.
Azure Advisor evaluates your environment across four key areas: reliability, security, performance, and cost. It compares your resource configurations against best practices to suggest actionable improvements, such as resizing underutilized virtual machines or configuring geo-redundant storage.
Log Analytics is a tool inside Azure Monitor used to query and analyze log telemetry using Kusto Query Language (KQL). Application Insights is an Azure Monitor feature that monitors web application performance by tracking requests, failures, dependencies, and user behavior.
Azure Advisor is a free, personalized cloud consultant service. It continuously analyzes your Azure resource configurations and how you use them. Its purpose is to provide you with actionable best…
Azure Service Health is a personalized monitoring service that keeps you informed about the state of your cloud resources. It provides customized alerts and guidance when cloud service issues, pla…
Azure Monitor serves as the central hub for collecting, analyzing, and acting on telemetry from applications and infrastructure running in Azure or on-premises. The service pulls together data fro…