I've written an Azure function and connected it to an IoT Hub's messaging endpoint to trigger the function for all incoming messages. The purpose of the function is to Decompress messages that were previously Compressed using GZIP prior to cellular transmission.I've written an Azure function and connected it