Running headless Chromium in Azure Functions with Puppeteer and Playwright

With a recent update to Azure Functions, it is now possible to run headless Chromium in the Linux Consumption plan. This enables some serverless browser automation scenarios using popular frameworks such as Puppeteer and Playwright.Update 2023-08-31: If you're having trouble running Playwright …