How to run jsReport inside azure
-
Does anyone have any experience of running jsReport inside azure? Preferably without having to spin up a vm? Managed to get it running with electron pdf recipe but this doesn't support headers and footers AFAIK so would prefer to use phantom pdf
-
Yes electron doesn't support headers yet. Here is the current situation for azure
azure app service on linux - https://jsreport.net/blog/render-reports-using-azure-app-service
azure app service on windows - coming soon, but without support for custom fonts
azure VM, cloud service - works nice
azure app with c# remote client to jsreportonline - works nice
running just by installing project to your VS solution with support for asp.net core - coming soon
-
Thanks Jan