AZ-305 Logging, log routing, and monitoring solutions
April 25, 2025•1091 words•6 min read•
certification
azure
AI summarised
Azure Recommendations for Logging and Monitoring Solutions
Below are the recommended Azure solutions for the three key areas: logging, log routing, and monitoring, as aligned with the AZ-305 exam objectives.
1. Recommend a Logging Solution
Azure Monitor Logs and Log Analytics Workspace
- Azure Monitor Logs is the primary logging solution in Azure, providing a unified platform for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments123.
- Log Analytics Workspace is the central repository where log data is stored and queried. It supports advanced querying, alerting, and visualization of logs from various Azure resources21.
- Diagnostic Settings are configured on each Azure resource to specify which logs and metrics are collected and where they are sent (e.g., Log Analytics, Storage, Event Hubs)43.
Best Practices:
- Use Log Analytics workspaces to centralize log data for analysis and compliance.
- For large or multi-tenant environments, choose between distributed, centralized, or hybrid workspace architectures based on your operational, compliance, and performance needs2.
2. Recommend a Solution for Routing Logs
Diagnostic Settings for Log Routing
- Diagnostic settings allow you to route platform logs and metrics from Azure resources to one or more destinations:
Recommendations:
- The default and recommended approach is to route resource logs to Azure Monitor Logs (Log Analytics workspace) for unified querying and alerting3.
- Use Azure Private Link to route logs securely over the Microsoft backbone network, especially for sensitive environments5.
- For multi-tenant or managed service scenarios, use Azure Lighthouse or guest user access to manage log routing across tenants2.
- Use Azure Policy to automate the deployment of diagnostic settings at scale5.
3. Recommend a Monitoring Solution
Azure Monitor and Integrated Services
- Azure Monitor is the comprehensive monitoring platform in Azure, offering data collection, analysis, visualization, and alerting for all Azure resources16.
- Key Components:
- Metrics: Real-time performance data.
- Logs: Activity and diagnostic logs.
- Alerts: Automated notifications based on defined thresholds or log queries.
- Workbooks & Dashboards: Custom visualizations for insights.
- Integration: With Azure Security Center (Defender for Cloud) for security monitoring, and Azure Sentinel for SIEM capabilities1.
Best Practices:
- Set up baseline metrics and thresholds for proactive monitoring6.
- Use alert management strategies to avoid alert fatigue and prioritize critical issues67.
- Regularly review and refine monitoring configurations to align with evolving operational requirements6.
- For VM monitoring, use Azure Monitor Agent (AMA) and VM Insights for granular data collection and visualization5.
- Use data collection rules to control what data is collected and optimize costs5.
Summary Table
Requirement | Recommended Azure Solution(s) |
---|---|
Logging Solution | Azure Monitor Logs, Log Analytics Workspace, Diagnostic Settings |
Log Routing Solution | Diagnostic Settings (to Log Analytics, Storage, Event Hubs, Partners), Azure Private Link, Azure Policy |
Monitoring Solution | Azure Monitor (Metrics, Logs, Alerts, Workbooks), Azure Monitor Agent, VM Insights, Integration with Security Center |
These recommendations align with Microsoft best practices and are directly relevant to the AZ-305 exam objectives2415.
Summarised with Perplexity.
Footnotes
- https://roshancloudarchitect.me/azure-solutions-architect-40-real-world-exam-questions-for-az-305-certification-83140cb8f2d4 ↩ ↩2 ↩3 ↩4 ↩5
- https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design ↩ ↩2 ↩3 ↩4 ↩5
- https://docs.azure.cn/en-us/azure-monitor/fundamentals/monitor-azure-monitor ↩ ↩2 ↩3 ↩4
- https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings ↩ ↩2 ↩3
- https://learn.microsoft.com/en-us/azure/azure-monitor/vm/best-practices-vm ↩ ↩2 ↩3 ↩4 ↩5
- https://www.datacamp.com/tutorial/getting-started-with-azure-monitor ↩ ↩2 ↩3 ↩4
- https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-alerts ↩