question

Tech7868 avatar image
0 Votes"
Tech7868 asked ChaitanyaNaykodiMSFT-9638 answered

Function App Python Dependency

Hi

When deploying python Function App we see first oryx checks for requirement.txt and then try to install the dependencies from files.pythonhosted using pip install.

If from our azure vnet outside network is not allowed what is the best way to build these dependencies? Is there some different way of deployment.

Please let us know.

Thanks

azure-functions
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ChaitanyaNaykodiMSFT-9638 avatar image
0 Votes"
ChaitanyaNaykodiMSFT-9638 answered

Hello @Tech7868, apologies for the delay here.
As shown here you can install the dependencies locally and do a publish with a --no-build option. You can refer to this stackoverflow question for any additional details.
Please let me know if there are any concerns. Thank you!


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.