Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 785 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 785 Bytes

Azure function to generate PDF

Based on this tutorial: https://medium.com/medialesson/create-a-pdf-from-a-template-serverless-style-using-azure-functions-c858ed783411

You can also find some information there to learn how to work with .js Azure functions: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-node?pivots=nodejs-model-v4 https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node?tabs=javascript%2Cwindows%2Cazure-cli&pivots=nodejs-model-v4 https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code?tabs=nodejs

In case the functions are not executing, check in the file local.settings.json that you have this value set: "Values"."AzureWebJobsFeatureFlags": "EnableWorkerIndexing"