Deploying web app with NodeServices to Azure #1377
Description
I'm trying to deploy the following application on Azure Web App with NodeServices:
https://code.msdn.microsoft.com/How-to-export-HTML-to-PDF-c5afd0ce
It works great localy, but it do not work on the Azure Web App.
I also started a new project and followed the steps. It also works locally but not in Azure.
Azure Insights tells:
Cannot find module 'D:\home\site\wwwroot\pdf'
Error: Cannot find module 'D:\home\site\wwwroot\pdf' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at D:\local\Temp\aoh0wv2g.nxy:109:34 at IncomingMessage. (D:\local\Temp\aoh0wv2g.nxy:133:38) at emitNone (events.js:86:13) at IncomingMessage.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:74:11)
But I do not know what to do. Some suggestion?