Closed YeyoCoder closed 6 years ago
@hegate @ppathan I think the instructions are missing some recent information related to ASA.
I deployed locally following the guide Deploy the Remote Monitoring solution accelerator locally but the problem continue:
From Chrome
From Edge
From Postman
Then I deploy from azureiotsolutions.com and it work!
Why I can´t deploy it locally following the instructions of Deploy the Remote Monitoring solution accelerator locally as deployed with azureiotsolutions.com?
Any one have deployed this monitoring solution locally following the steps of Deploy the Remote Monitoring solution accelerator locally?
Can this be deploy using the Free tier of the IoTHub and the Cosmos DB Emulator?
After deploying locally Can you go to portal.azure.com and the resource group and turn on the Azure stream analytics job to see if it fixes the problem?
@asdonald Can you work with Dominic to make sure that our documentation is up-to-date after ASA for local deployment. Thanks!
@ppathan The Azure Stream Analytic jobs was running. I deploy the Azure services using the CLI.
All the resources needed were created and ran by the CLI command pcs -s local
(IoT Hub, Storage Account, Event Hubs, CosmosDB, Stream Analytics jobs). This doesn't fix the problem!
A workaround you can use, edit the scripts/local/docker-compose.yaml like I did in my pull request commit: https://github.com/andrejpk/azure-iot-pcs-remote-monitoring-dotnet/commit/5519eb35b9c8eaf8ef7468968b0b18c06781569d
My dashboard is running now locally:
The fix for this has been merged, suggesting we close this now. @YeyoCoder please confirm.
Type of issue
Description
After following the intructions of https://github.com/Azure/azure-iot-pcs-remote-monitoring-dotnet/wiki/Manual-steps-to-create-azure-resources-for-local-setup I am not able to execute the solution locally. The Error: Invalid character at position.1 appears and I don´t know why.
Screenshot
Steps to reproduce
https://github.com/Azure/azure-iot-pcs-remote-monitoring-dotnet/wiki/Manual-steps-to-create-azure-resources-for-local-setup The only thing that I change was the IoTHub Pricing and scale tier to Free
Expected behavior
To run as if I deploy using the web interface at https://www.azureiotsolutions.com.
Current behavior
All docker containers looks good except the asamanager_1.
Known workarounds
...
Possible solution
Make the local deploy using the CLI of PCS.
Context and Environment