So, first off I am entirely new to Azure so forgive me if I misunderstand what it is or what it's capable of, but bear with me :3
1) I want to connect multiple Raspberry Pi devices to an Azure account.
2) I want each device to be able to POST small packets of data containing the address of its own Flask-based web server (and any other relevant system data) to a node.js server running on the Azure account. The user can then click a link and display the Pi's page.
3) (Desirable but not necessary yet) I'll need to retain the data in a mongoDB database within the Azure server.
There is a lot of Azure / IoT / Pi Documentation out there and to be honest I'm a little lost in where to start.
Any help is much appreciated. The flask server is done. I just need to develop the Azure integration and singular access point for all connected devices.
Thanks in advance!