Is it possible to execute binaries in a consumption-based function app? The app files are read only in consumption-based apps, so once it is deployed I get an access denied when trying to execute from /home/site/wwwroot/
When I deploy my files to Azure, I have an executable in /home/site/wwwroot/bin, but access is denied when trying to execute from this location. I found out the app files are read-only in consumption-based plans and was wondering if this is possible. I don’t want to have to copy the executable into /tmp/ every time the function executes.