First of all, sorry for my english skill.
I'm a high school student from South Korea who's doing project with Azure IoT Hub.
I am working on a project where a raspberry pi device is sending values to an Azure IoT Hub. I would like to save this data in Azure Table Storage as this data will be used by some other services (Azure WebApp for example).
So I tried to save raspberry pi values in Azure Table Storage. But when I add endpoints of IoT Hub, I just can use only blob storage container
of course i still don't understand about iot hub please don't look so bad.
In a nutshell
by any chance, my logic for Azure is completely wrong?
Simple way how to store D2C messages in the Azure Store Table is using an Azure EventHubTrigger Function.
More details about the function and its integration with Azure IoT Hub can be found here.