An Azure service that provides an event-driven serverless compute platform.
Hi Bill Wheelock,
Thanks for reaching out on Microsoft Q&A.
Regarding executing native Linux binaries such as ffprobe/ffmpeg in Flex Consumption
Flex Consumption plan containers run in a Linux environment with more control.
The main execution filesystem is read-only by default.
- Use dedicated Premium or App Service plans instead of Flex Consumption if binary execution is essential.
- Simplify binaries or recompile with compatibility in mind for the constrained environment.
- Monitor Azure Functions product updates for improvements in Flex Consumption native execution support.