I'm struggling to make pug to pdf conversion in Node work on Azure. I have node project with two methods: one use wkhtmltopdf and is working fine on local. Another use tea-school, a wrapper that uses puppeteer to convert html to pdf, and it's also working fine on local. Unfortunately none of them is working on Azure. I was trying to make it work for 20 hours, but with no success. I know that there is Docker, but I know nothing about it and was unable to make it work.
Can you please explain how I should approach this topic? I just need to generate PDF with dynamically created data(reports,invoices etc.)