I've got a self hosted VSTS / Azure DevOps release agent up and running on a development server and have no trouble deploying my app.
I also have a QA and production environment, but it is locked down, only allowing outbound traffic to specified addresses / protocols. I know about the IP addresses I need to open from MSDNand I have the agents installed and they appear to be online. Those IP addresses are unblocked for port 443. I also have no DNS capabilities on these servers so I have added host entries for dev.azure.com and vsapps.dev.azure.com (I think that's right but I'm not in front of the machine right now). That got me online.
As soon as I try to do a deployment to these servers, it stalls and the error states that the communication with the server was lost. I'm assuming there are other subdomains under the *.dev.azure.com that I need to have host entries for, but I don't know what they are to enable them.
Is there a resource that either a) tells me which subdomains I need to add to my hosts file, or will allow me to do wildcard DNS lookups without having to install some third party proxy server on the my machine (not going to be allowed by networking and security). I understand I can't do wildcards in my hosts file.