Skip to content

Commit 414adc9

Browse files
committed
Fix image and IP address casing
1 parent f221fed commit 414adc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
411 Bytes
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how inbound and outbound IP addresses are used in Azure App S
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: article
7-
ms.date: 05/13/2024
7+
ms.date: 03/10/2025
88
ms.custom: UpdateFrequency3
99
---
1010

@@ -26,7 +26,7 @@ Regardless of the number of scaled-out instances, each app has a single inbound
2626

2727
- Delete an app and recreate it in a different resource group (deployment unit may change).
2828
- Delete the last app in a resource group _and_ region combination and recreate it (deployment unit may change).
29-
- Delete an existing IP-based TLS/SSL binding, such as during certificate renewal (see [Renew certificate](configure-ssl-certificate.md#renew-an-expiring-certificate)).
29+
- Delete an existing IP-based TLS binding, such as during certificate renewal (see [Renew certificate](configure-ssl-certificate.md#renew-an-expiring-certificate)).
3030

3131
## Find the inbound IP
3232

@@ -88,9 +88,9 @@ You can control the IP address of outbound traffic from your app by using virtua
8888

8989
## IP Address properties in Azure portal
9090

91-
IP Addresses appear in multiple places in Azure portal. The properties page will show you the raw output from `inboundIpAddress`, `possibleInboundIpAddresses`, `outboundIpAddresses` and `possibleOutboundIpAddresses`. The overview page will also show the same values, but not include the Possible Inbound Ip Addresses.
91+
IP Addresses appear in multiple places in Azure portal. The properties page will show you the raw output from `inboundIpAddress`, `possibleInboundIpAddresses`, `outboundIpAddresses`, and `possibleOutboundIpAddresses`. The overview page will also show the same values, but not include the **Possible Inbound IP Addresses**.
9292

93-
Networking overview shows the combination of **Inbound IP Address** and any private endpoint IP addresses in the **Inbound addresses** field. If public network access is disabled, the public IP address will not be shown. The **Outbound addresses** field will have a combined list of **(Possible) Outbound IP Addresses**, and if the app is virtual network integrated and is routing all traffic, and the subnet has a NAT gateway attached, the field will also include the IP addresses from the NAT gateway.
93+
Networking overview shows the combination of **Inbound IP Address** and any private endpoint IP addresses in the **Inbound addresses** field. If public network access is disabled, the public IP address won't be shown. The **Outbound addresses** field has a combined list of **(Possible) Outbound IP Addresses**, and if the app is virtual network integrated and is routing all traffic, and the subnet has a NAT gateway attached, the field will also include the IP addresses from the NAT gateway.
9494

9595
:::image type="content" source="./media/overview-inbound-outbound-ips/networking-overview.png" alt-text="Screenshot that shows how IP addresses are shown in the networking overview page.":::
9696

0 commit comments

Comments
 (0)