Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,979 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to deploy azure function using terraform and I tried deploying using website_run_from_package=blob_url config but it's not installing modules specified in requirements.txt, same function works fine when I deployed it with vscode without any dependency issue.
I was able to figure it out by installing the required dependencies at the root level of the function before zipping it and deploying.