Azure Monitoring: Tracking maximum concurrent sessions over 30 days

Matthew G 0 Reputation points
2024-06-09T19:47:56.98+00:00

Is it feasible to track the highest concurrent sessions in Azure Monitoring for the past 30 days? We're planning to expand our VMs but require metrics such as the maximum number of users connected to a VM on a specific date. For example, on May 17th, there were 12 simultaneous users connected to one VM, while on May 19th, there were 14 users simultaneously connected. Thank you.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,510 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 10,330 Reputation points
    2024-06-09T22:09:36+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    First, you need to enable guest-level monitoring for your VMs. This allows Azure Monitor to collect performance counters and event logs from the guest operating system.

    Once guest-level monitoring is enabled, you need to configure the performance counters you want to collect. create a Log Analytics workspace if you don't have one already. This workspace will store the performance data collected from your VMs.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.