Skip to content

Commit c6fa984

Browse files
committed
Update with worker/platform ip
1 parent 276b0b0 commit c6fa984

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
-44.4 KB
Loading

articles/app-service/environment/networking.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: madsd
55
ms.topic: overview
6-
ms.date: 07/18/2024
6+
ms.date: 08/06/2024
77
ms.author: madsd
88
---
99

@@ -52,10 +52,12 @@ App Service Environment has the following network information at creation:
5252
|--------------|-------------|
5353
| App Service Environment virtual network | The virtual network deployed into. |
5454
| App Service Environment subnet | The subnet deployed into. |
55-
| Domain suffix | The domain suffix that is used by the apps made. |
55+
| Domain suffix | The default domain suffix that is used by the apps. |
56+
| Custom domain suffix | (optional) The custom domain suffix that is used by the apps. |
5657
| Virtual IP (VIP) | The VIP type used. The two possible values are internal and external. |
5758
| Inbound address | The inbound address is the address at which your apps are reached. If you have an internal VIP, it's an address in your App Service Environment subnet. If the address is external, it's a public-facing address. |
58-
| Default outbound addresses | The apps use this address, by default, when making outbound calls to the internet. |
59+
| Worker outbound addresses | The apps use this or these addresses, when making outbound calls to the internet. |
60+
| Platform outbound addresses | The platform use this address, when making outbound calls to the internet. An example is pulling certificates for custom domain suffix from Key Vault if a private endpoint is not used. |
5961

6062
You can find details in the **IP Addresses** portion of the portal, as shown in the following screenshot:
6163

0 commit comments

Comments
 (0)