Forum Discussion
RemiNL
Dec 31, 2021Copper Contributor
Azure function require private git package
At the moment we are deploying our python application to a server-less azure function app. For this we use the kudu config-zip deployment. az functionapp deployment source config-zip -g "xxxx" -n "...
Kidd_Ip
Sep 12, 2026MVP
You cannot directly install private Git packages in Azure Functions using remote build because Oryx (the build engine) does not have access to your SSH keys. May either fix by a local build with pre‑installed dependencies or configure your deployment to run from a package file.
https://learn.microsoft.com/en-us/azure/azure-functions/python-build-options