Puppeteer on Azure Functions Linux throws exception “Failed to launch the browser process!”
I'm trying to start a headless chrome with a puppeteer in Azure Functions on Linux. What do I do? I have a “Function App” that looks this way: And I have a function: I build this function remotely this way:…