I have an environment with about a dozen VMs each of which has the Microsoft Monitoring Agent reporting to a central OMS Workspace. In addition, these VMs have the DependencyAgent installed.
Five of the VMs have the DependencyAgent extension reporting their state on the portal as "Provisioning succeeded" and I can see them in the Service Map workspace solution in Log Analytics. However, for some reason, the other six show the extension as "Transitioning".
When I log into one of those VMs and view the logs for the extension in
C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Monitoring.DependencyAgent.DependencyAgentWindows\9.6.2.1366
I see:
Execution Output: Start-Service : Failed to start service 'Microsoft Dependency Agent (MicrosoftDependencyAgent)'
I try to manually start the service, but get "The Microsoft Dependency Agent service on Local Computer started an then stopped." and in the Event Viewer I see "The Microsoft Dependency Agent service entered the stopped state."
Any idea what I could possibly be doing wrong or where I can get additional logs?