Why can I not see a failed invocation when my Azure Function times out?
I successfully tested a python azure function locally that once triggered in blob storage, converts any .xlsb files to .xlsx files. On a <100KB .xlsb file this took about a minute, and a ~70,000KB .xlsb file took 15 minutes (that…