Is there anywhere powershell command to get all outbound ip addresses for azure websites ?
Try this:
(Get-AzureRmResource -ResourceGroupName "resourceGroupName" -ResourceType Microsoft.Web/sites -ResourceName "webAppName").Properties.outboundIpAddresses
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With