You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
When trying to add node-adal into a larger bundle, the runtime dependency on a package.json causes bundling schemes motivate a runtime failure since the package.json cannot be accessed from the larger bundle.
The text was updated successfully, but these errors were encountered:
The recommended approach for Azure functions is to webpack the deployed files (see https://github.com/Azure/azure-functions-pack). Adal-node is incompatible with this approach and requires us to include the adal-node packages as a separate node_module. This causes significant performance degradation (cold start times go from 5-7 seconds to ~30). Azure/azure-functions-host#298
When trying to add node-adal into a larger bundle, the runtime dependency on a package.json causes bundling schemes motivate a runtime failure since the package.json cannot be accessed from the larger bundle.
The text was updated successfully, but these errors were encountered: