Heartbeat data missing some data .error -Microsoft.EnterpriseManagement.HealthService.HealthAssessmentData.HealthAssessmentDataSource" reported an exception System.Net.WebException: The remote server returned an error: (400) Bad Request
Some of the heartbeat data is missing such as subscription ID . In the operation manager logs i am seeing below error which is the real cause of the problem - In below error is not able to connect with IMDS which has IP 169.254.169.254.
The establish the connectivity we have added the route so that VM IP can directly connect with 169.254.169.254 by bypassing the proxy but still getting 400 bad request.
Does anyone know solution of this ?
===============================================
Microsoft.EnterpriseManagement.HealthService.HealthAssessmentData.HealthAssessmentDataSource" reported an exception System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.EnterpriseManagement.HealthService.HealthAssessmentData.HealthAssessmentDataSource.TryGetIMDSData(Object state)