Azure dashboard
The Mail memory value is wrong, why?
Azure Monitor
-
Vamsi Ram Annepu • 480 Reputation points • Microsoft External Staff
2025-04-11T17:25:17.9933333+00:00 Hi ram doig,
Could you give us more information on the issue you are facing so that we can help you troubleshoot it further. -
ram doig • 0 Reputation points
2025-04-12T01:42:06.66+00:00 The Mail memory report in the graph is 0B.
Why?
This VM is 16 GB of RAM.
-
Pranay Reddy Madireddy • 3,925 Reputation points • Microsoft External Staff
2025-04-15T19:20:15.15+00:00 Hi ram doig
I would like to know a bit more about the email alert. Have you configured the email alert for the VM you mentioned?Could you please elaborate on how you configured it?
Was it showing the details earlier, or is this a new setup?
When did you start noticing the issue? Have you made any recent modifications?
-
Pranay Reddy Madireddy • 3,925 Reputation points • Microsoft External Staff
2025-04-17T00:14:07.7433333+00:00 Hi ram doig
Could you please provide the information I requested earlier? -
Vinay B • 245 Reputation points • Microsoft External Staff
2025-04-22T12:45:17.82+00:00 Hi ram doig,
We haven’t heard from you on the last response, and was just checking back to see if you have a resolution yet. In case if you have any resolution, please do share that same with the community as it can be helpful to others. Otherwise, please respond with more details and we will try to help.
-
Vinay B • 245 Reputation points • Microsoft External Staff
2025-04-23T11:11:47.8+00:00 Hi ram doig,
Without the requested information, we cannot proceed. We need more details as requested by Pranay Reddy Madireddy. If you have a resolution, please share it with the community, as it may help others. Otherwise, please respond with more details, and we will try to assist you.
-
ram doig • 0 Reputation points
2025-04-23T15:24:45.68+00:00 My 3rd VM shows 0B and this data is not correct. Why?
-
Vinay B • 245 Reputation points • Microsoft External Staff
2025-04-23T16:19:24.86+00:00 Hi ram doig,
Could you share the information requested by Pranay Reddy Madireddy in the conversation to help us better understand the issue?
-
ram doig • 0 Reputation points
2025-04-23T16:59:22.5133333+00:00 The report memory status is running fine. But I upgrade the VM then the report is not correct.
-
Madugula Jahnavi • 330 Reputation points • Microsoft External Staff
2025-04-24T11:07:25.76+00:00 Hi 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>
--- Please let us know if it was helpful, and feel free to reach out if you have any further queries.
-
ram doig • 0 Reputation points
2025-04-24T13:39:56.5033333+00:00 How run the Azure CLI commands? Please send me all details or steps.
-
Madugula Jahnavi • 330 Reputation points • Microsoft External Staff
2025-04-24T14:35:11.78+00:00 ram doig You can go to the Azure cloud shell from the Portal as shown below and execute each commands step by step.
-
ram doig • 0 Reputation points
2025-04-24T18:09:38.43+00:00 The result:
(ResourceNotFound) The Resource 'Microsoft.Compute/virtualMachines/mail/extensions/AzureMonitorWindowsAgent' under resource group 'RG' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Compute/virtualMachines/mail/extensions/AzureMonitorWindowsAgent' under resource group 'RG' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Also we have checked all virtual server with the same result for all servers.
Sign in to comment