When trying to configure the AppInsight for IIS monitor, I'm getting the following error:
Windows PowerShell URL test failed.
Detailed error information: Connecting to remote server 10.106.4.216 failed with the following error message : The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic.
It looks very similar to the problem in this thread, and I actually posted over there before I realized it was 2 years old. From what I can tell, WinRM and PowerShell remoting are working like they should. I can run the Invoke-Command cmdlet from my workstation and execute something on the server with no problems. The "winrm quickconfig" command shows that winrm is configured. The user account I'm using for the template is a local admin, (inheriting it from the node monitors). I'm having the same problem on all 3 of the machines that I've tried to assign the template to, so I'm not sure if it's something I'm missing or if there is something else.
Any thoughts?