Please refer to this comment and below article : https://github.com/Azure/azure-functions-python-worker/issues/469#issuecomment-645164001
https://stackoverflow.com/questions/63526022/virtual-environments-for-python-based-azure-functions
Is it posible to upload a virtual enviroment to azure as azure function running environment?
Han Wong
1
Reputation point
Some sort of cloud sdk environment like layer or s3 in aws lambda?
I want to upload my entire venv to azure , that will be very convient.
HERE IS THE ISSUE:
My project need a package that is not published on pypi. So I can write it in requirements.txt.
It's a egg file in site-package dir.
And I don't know how to make it run.
Thanks.
1 answer
Sort by: Most helpful
-
MughundhanRaveendran-MSFT 12,481 Reputation points
2022-07-06T08:31:51.407+00:00