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

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

Manual steps to create azure resources for basic / standard setup #132

Closed developersenakim closed 6 years ago

developersenakim commented 6 years ago

Type of issue

Description

Documentation on how to manually setup the basic/ standard version of IoT suite.

Screenshot

Example : https://github.com/Azure/azure-iot-pcs-remote-monitoring-dotnet/wiki/Manual-steps-to-create-azure-resources-for-local-setup

ashdonaldson14 commented 6 years ago

@developersenakim Have you tried CLI? https://github.com/Azure/pcs-cli

Please let us know if this doesn't help solve your issue.

developersenakim commented 6 years ago

The example shows how to set the local setup in azure portal. For advanced customization, documentation on how to set up basic/ standard version on hub will really help.

ashdonaldson14 commented 6 years ago

@developersenakim Can you please clarify what is missing from the documentation? We recommend deploying these resources using the Arm templates and pcs cli or through iot suite (webui) this will automatically create those resources for you.

If you would like to deploy them manually, you can look at the Arm template in this: https://github.com/Azure/pcs-cli and deploy them each manually from what we do.

Is there something that the CLI isn't doing for you? We usually recommend using the pcs cli and just modifying the arm template to fit your needs if you need to make changes.

developersenakim commented 6 years ago

when i am using pcs-cli it kinda automatically all deploying for the user. I wanted to down grade - or downsized some servers or change the storage type.

I think the pcs-cli link would help thanks.