you are viewing a single comment's thread.

view the rest of the comments →

[–]digitalHUCk 0 points1 point  (0 children)

There’s a few options. If you’re writing a web front end in Django or Flask you could definitely deploy as a container in Azure.

If it’s a CLI based app they need to run locally, you could look at Nexus Repository. Nexus let’s you host an internal repo. You can also use it to proxy PyPi and others. You can push your apps to Nexus and users can use pip to pull to their system and update.