Skip to content

Commit 523a999

Browse files
authored
Merge pull request #123973 from rmarr2/patch-4
Update overview-inbound-outbound-ips.md
2 parents 675a341 + 748708c commit 523a999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/overview-inbound-outbound-ips.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ az webapp show --resource-group <group_name> --name <app_name> --query possibleO
8080
(Get-AzWebApp -ResourceGroup <group_name> -name <app_name>).PossibleOutboundIpAddresses
8181
```
8282

83+
For function apps, see [Function app outbound IP addresses](/azure/azure-functions/ip-addresses?tabs=azure-powershell#find-outbound-ip-addresses).
84+
8385
## Get a static outbound IP
8486

8587
You can control the IP address of outbound traffic from your app by using virtual network integration together with a virtual network NAT gateway to direct traffic through a static public IP address. [Virtual network integration](./overview-vnet-integration.md) is available on **Basic**, **Standard**, **Premium**, **PremiumV2**, and **PremiumV3** App Service plans. To learn more about this setup, see [NAT gateway integration](./networking/nat-gateway-integration.md).

0 commit comments

Comments
 (0)