Does anyone know if there is any documentation for the list of IPs I have to whitelist to get callbacks from Azure DevOps? I cannot seem to find any list, not can I find any tag in an Azure NSG to apply.
            Asked
            
        
        
            Active
            
        
            Viewed 2,767 times
        
    2
            
            
        - 
                    duplicate with this? https://stackoverflow.com/questions/53422395/how-to-get-the-ip-address-for-azure-devops-hosted-agents-to-add-to-the-white-lis – Nancy Mar 27 '19 at 06:29
 - 
                    1not really, that is the thread to get the hosted agent and Azure Datacenter Ips, which is not my issue. I would like to have the IP list of Azure DevOps services, so that when I get a callback, I can have the Ips whitelisted. Azure Datacenter IPs are a superset of it, but I rather have a smaller IP list to whitelist. Azure Datacenter IPs include every IPs (including user vms). – sargeMonkey Mar 27 '19 at 17:58
 
1 Answers
0
            
            
        There is a list of IPs at https://learn.microsoft.com/en-us/azure/devops/migrate/migration-import?view=azure-devops#azure-devops-services-ips. Not sure if relevant for you scenario.
        Giulio Vian
        
- 8,248
 - 2
 - 33
 - 41
 
- 
                    1looks like these are only related to the migration service, and not the whole list of Azure DevOps IPs. I added the ips in that list, and still my scenario doesnt light up. – sargeMonkey Mar 28 '19 at 22:01