New to Azure, I'm looking for a good way of deploying our apps. The situation is that we build our Java apps inside our network using Jenkins. Each successful build should be automatically published to the production environment on Azure. We cannot have any port opened from our network to Azure other than https. To make it even worse, we need to go through an http/s proxy. Note that we can only deploy compiled war-files. No code is allowed to be published outside our network.
What would be the options in our case?