Forum Discussion
StefanKi
Jun 06, 2020Iron Contributor
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 response, I get external IPs in the ComputerIP column (Example 40.68.38.236).
What is it about the IPs?
Since these VMs only use private IPs.
Regards
Stefan
- hspinto
Microsoft