Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get outbound IP range azure website PowerShell

Is there anywhere powershell command to get all outbound ip addresses for azure websites ?


1 Answers

Try this:

(Get-AzureRmResource -ResourceGroupName "resourceGroupName" -ResourceType Microsoft.Web/sites -ResourceName "webAppName").Properties.outboundIpAddresses
like image 128
Neal Ganslaw Avatar answered Mar 27 '26 01:03

Neal Ganslaw



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!