Skip to content

Commit 6d9f06e

Browse files
Merge pull request #232037 from seligj95/patch-1
missing basic sku
2 parents 3f2d896 + e308062 commit 6d9f06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ az webapp show --resource-group <group_name> --name <app_name> --query possibleO
7979
```
8080

8181
## Get a static outbound IP
82-
You can control the IP address of outbound traffic from your app by using regional VNet integration together with a virtual network NAT gateway to direct traffic through a static public IP address. [Regional VNet integration](./overview-vnet-integration.md) is available on **Standard**, **Premium**, **PremiumV2** and **PremiumV3** App Service plans. To learn more about this setup, see [NAT gateway integration](./networking/nat-gateway-integration.md).
82+
You can control the IP address of outbound traffic from your app by using regional VNet integration together with a virtual network NAT gateway to direct traffic through a static public IP address. [Regional VNet 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).
8383

8484
## Next steps
8585

8686
Learn how to restrict inbound traffic by source IP addresses.
8787

8888
> [!div class="nextstepaction"]
89-
> [Static IP restrictions](app-service-ip-restrictions.md)
89+
> [Static IP restrictions](app-service-ip-restrictions.md)

0 commit comments

Comments
 (0)