Azure functions read, process and save file on arrival in blob
I have a use case where I have to process files when they arrive in blob container. The files are in a wiresharkproprietary format and need to be processed with specific program (tshark). My goal is to execute the shell…