I want to retrieve each IP address of the on its own, because when I run the following Cmdlet:
$web = (Get-AzureRmWebApp -Name forthesakeoftest).OutboundIpAddresses
I get the following result: 104.40.191.174,23.100.3.112,23.97.216.155,23.97.186.126,23.97.184.187 Where all the Ips are in the same line. How can I retrieve each one of them separately?