An organization is designing a monitoring solution for its Azure environment. Match each Azure Monitor data type or source to its primary description.
- Azure Activity LogsRecord management operations performed on resources at the subscription level, such as resource creation or modification.
- Azure Diagnostic Logs (Resource Logs)Capture detailed operational data and event logs generated by the internal operations of specific Azure resources.
- Azure Monitor MetricsCollect numerical values at regular intervals representing system performance and resource utilization for near-real-time alerting.
Answer
Azure Activity Logs match with the description of subscription-level management operations. Azure Diagnostic Logs match with the description of internal resource operational data. Azure Monitor Metrics match with the description of numerical performance values for near-real-time alerting.
Azure Activity Logs track control plane events at the subscription level. Azure Diagnostic Logs track data plane activities and internal operation events of individual resources. Azure Monitor Metrics capture numerical time-series performance data for rapid analysis and alerting.
Step-by-Step Solution
Key Concept
Azure Monitor data sources classification and log routing