Solutionunvalidated
Add `.npmrc` at root and add `config node-linker=hoisted` — via github actions. Tension: `node_modules/@azure/storage-queue` would not have any files. Outcome: Add extra step in github action to copy all the files in the root `node_modules` folder into the Azure Function App's `node_modules` folder.
89fbe94c-3732-4c29-8eda-c369d6fe6367
Add .npmrc at root and add config node-linker=hoisted — via github actions. Tension: node_modules/@azure/storage-queue would not have any files. Outcome: Add extra step in github action to copy all the files in the root node_modules folder into the Azure Function App's node_modules folder.