Azure functions are small running pieces of code, or functions, in the cloud. You can write small pieces of code that you need for a specific problem without worrying about the complete application or the infrastructure where we can run it.
There are various existing connectivity options available along with language support.
We will be exposing communication with IoT Hub and exploring how Azure functions can work with our small piece of code.