Forum Discussion

StefanKi's avatar
StefanKi
Iron Contributor
Jun 06, 2020
Solved

Query returns external IPs (but VM has only private IPs)

Hello, I use Azure Log Analytics and have this query:   "Heartbeat | where OSType == 'Windows'| summarize arg_max(TimeGenerated, *) by SourceComputerId | sort by Computer | render table"   In ...
  • hspinto's avatar
    Jun 08, 2020

    StefanKi 

     

    even if an Azure computer is not associated to a Public IP via a NIC, Load Balancer, etc., when it does outbound Internet requests, SNAT comes into play and an IP from a pool of Azure IPs is assigned to your resource (more details here).