Azure / azure-iot-pcs-remote-monitoring-dotnet

Azure IoT .NET solution for Remote Monitoring
MIT License
162 stars 95 forks source link

Remote Monitoring local deployment not working - Device Simulation service #162

Closed VJReDdy closed 3 years ago

VJReDdy commented 5 years ago

Type of issue

Description

Trying to setup local instance of Remote Monitoring application. Followed the steps mentioned in... All the services (except Device Simulation) are started in debug mode in Visual Studio 2017. Device simulation (docker) throws an error saying not able to reach storage service which is running on host (http://localhost:9022/v1). [Stated docker image without "--detach" in run.cmd to see logs]

My observation: I see Device Simulation service is trying to reach Storage service using "http://localhost:9022/v1/" though the run.cmd has an environment variable for storage service with value "http://host.docker.internal:9022/v1".

Screenshot

Steps to reproduce

  1. [First step]
  2. [Second step]
  3. [and so on...]

Expected behavior

...

Current behavior

...

Known workarounds

...

Possible solution

...

Context and Environment

VJReDdy commented 5 years ago

Followed steps mentioned in... https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-deploy-local

VJReDdy commented 5 years ago

Any update on this defect? please update. Thanks.

akashlomas commented 5 years ago

I am facing the same issue, I would appreciate help on the possible solution to this issue.

ChristineChetty11 commented 4 years ago

Same issue here

miwolfms commented 3 years ago

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.