What's the best way to build an iiot web app with the PLCnext Controller

I’m a beginner and want to build an iiot app with the plcnext controller to control and monitor an irrigation system, I want the app to be hosted and have its own domain name.

Has anyone got any advice or information that could help? Also, is it possible to host/embed a node-red dashboard in a web app and have it work the same as when you’re running it locally?
Thanks.

Hi! You might want to check out Azure IoT Central.

It’s not to hard to set up and you get a lot of build in features, including a URL. You can send your data to Azure IoT Hub in first instance with Node-RED and docker. This blog can help you: https://www.plcnext-community.net/en/hn-makers-blog/481-node-red-and-getting-started-with-docker.html The image you’ll need is: pxcbe/node-red:azure-iot-hub Some starting point on IoT Central: https://docs.microsoft.com/en-us/azure/iot-central/core/overview-iot-central Dries