I am preparing a python zip file in ADO, then send it to Azure for deployment/build. I have python packages in a private azure feed, so I download them and include in the zip archive. What I then ...