Good afternoon,
I am learning about different services on Azure as I want to connect our TTN applications to the cloud. The goal is to receive the data from the sensors, store and visualize it at any time.
I have read tons of articles on the topic, but still cannot completely understand the IoT Hub service.
For our particular case with about 10-15 sensors do I really need the IoT Hub service or can simply use Functions service (for HTTP requests from the ttn server) and influxdb (from the marketplace) to store the data and visualize it. Would it be a reasonable backend architecture?
Thanks in advance.