Skip to content

VM Monitoring

Monitoring Azure Virtual Machines with Azure Monitor Agent and VM Insights.

graph TB
    subgraph "Virtual Machine"
        A[Guest OS]
        B[Applications]
    end

    subgraph "Collection"
        C[Azure Monitor Agent]
        D[VM Insights]
    end

    subgraph "Data"
        E[Performance Counters]
        F[Event Logs]
        G[Dependencies]
    end

    A & B --> C & D
    C --> E & F
    D --> G

In This Section

Page Description
Observability Azure Monitor Agent, VM Insights, performance counters, guest OS metrics, heartbeat

See Also

Sources