Scheduled task on Azure that runs a webpage with javascript
问题 I have a data-driven view on an Azure site that renders a lot of JavaScript/ CSS / XML and HTML from a third party plugin and generates a PDF which is emailed to a user. I need to call this page on a weekly schedule for each user - and with Azure Jobs it's really straightforward to set this up. But obviously there will be no JavaScript engine to render the code that generates the PDF, so what are my options? Would I have to go down the route of installing NodeJS on my Azure instance? If so