I have an app that uses several private npm modules, internal to the company. I can't make these modules public and I can't just copy the code in my own repo.
I'm trying to deploy the app to an Azure web site, but the problem is all tutorials I've found are about using git, and using FTP to upload is really slow (~60Mb app takes ~3 hours).
Is there another method that I'm missing that works reasonably fast (minutes) and can deploy the private modules? I'm specifically interested in doing that on an azure web site, not a VM or some other work-around.
Check out this article, it shows a few approaches to your problem: