Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,414 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to deploy a function app with python 3.8 and use some libraries that require a conda installation, such as geopandas. The typical way to use a python environment when deploying a function app is to pip install from the requirements.txt file. I have been trying for days now to use a conda environment instead. Is there any support for this?
Same issure for me, I also have few library need to be installed by conda... Any solution now?