Not Getting Azure Vm Metric Data Values
Solution 1:
Finally got API's to list the azure resource metrics sharing link of rest API's:
https://msdn.microsoft.com/en-us/library/azure/mt743622.aspx
Solution 2:
If you want to get the VM metrics from Azure Platform, you could follow these document.
Using Azure Storage service to storage your metrics and get metrics using storage SDK or Rest API whatever you used the classic mode or Resource Group Mode.
Please refer to official document about how to enable the diagnostics settings on Azure Portal : https://azure.microsoft.com/en-in/blog/windows-azure-virtual-machine-monitoring-with-wad-extension/ and how to use Azure storage REST API (https://msdn.microsoft.com/en-us/library/azure/dd179355.aspx) and SDK (https://github.com/Azure?utf8=%E2%9C%93&query=storage )
From your description, it seems that you used the Application Insight service to show your metrics on Azure. Actually, base on my experience, Application Insight service is in preview and it is design for your live App on Azure platform such as Web App, Android App and soon on.
Post a Comment for "Not Getting Azure Vm Metric Data Values"