With Azure Pipelines, is it possible to deploy an artifact to on-prem internal servers, that have no internet access does anyone know?
The internal servers don't currently and won't likely ever have internet access. We've got a self-hosted devops agent running on our build server in DMZ and the build server has connectivity to internal servers.
We currently use another continuous deployment tool that has deployment agents running on all our target servers and then a listener, running on our build server, to register those agents. We had hoped that we would be able to do something similar with Azure Pipelines e.g. use the self-hosted agent to register deployment targets - it doesn't look like this is possible. From what I've seen, if we want to deploy to an on-prem server it needs internet access to communicate back to our Azure Devops url to be registered.
Many thanks