Azure dashboard

ram doig 0 Reputation points
2025-04-11T14:53:42.47+00:00

User's image

The Mail memory value is wrong, why?

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,579 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Madugula Jahnavi 410 Reputation points Microsoft External Staff
    2025-04-24T11:07:25.76+00:00

    Hello ram doig,

    Since you mentioned that the issue was started occurs after upgrade, so the issue is related to the VM extension telemetry or agent compatibility after the upgrade.   Please check and confirm the following the insights from your end:   Try to verify that the Azure Monitor Agent or Log Analytics Agent is running correctly on the upgraded VM. Because of upgrade, sometimes can cause the extension to malfunction.

     Confirm the extension needs to be reinstalled or upgraded:

    az vm extension list --resource-group <rg> --vm-name <vm-name> az vm extension show --name AzureMonitorWindowsAgent --resource-group <rg> --vm-name <vm-name> ``` if not reporting correctly
    
    az vm extension set --resource-group <rg> --vm-name <vm-name> --name AzureMonitorWindowsAgent --publisher Microsoft.Azure.Monitor --version <latest-version> 
    

    Note: To make sure the above work as expected, you need to execute az login as mentioned above.

    Hope this helps!

    Please let us know if it was helpful, and feel free to reach out if you have any further queries.

    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.