Skip to content

Commit cd0cf4b

Browse files
authored
add pv4 details
1 parent 24716ee commit cd0cf4b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/app-service/networking-features.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Networking features
33
description: Learn about the networking features in Azure App Service, and learn which features you need for security or other functionality.
4-
author: madsd
4+
author: seligj95
55
ms.assetid: 5c61eed1-1ad1-4191-9f71-906d610ee5b7
66
ms.topic: article
7-
ms.date: 01/30/2025
8-
ms.author: madsd
7+
ms.date: 06/13/2025
8+
ms.author: jordanselig
99
ms.custom: UpdateFrequency3
1010
#customer intent: As a deployment engineer, I want to understand the options for deploying apps in Azure App Services to control network traffic.
1111
---
@@ -15,7 +15,7 @@ You can deploy applications in Azure App Service in multiple ways. By default, a
1515

1616
There are two main deployment types for Azure App Service:
1717

18-
- The multitenant public service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3 pricing SKUs.
18+
- The multitenant public service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, PremiumV3, and PremiumV4 pricing SKUs.
1919
- The single-tenant App Service Environment (ASE) hosts Isolated SKU App Service plans directly in your Azure virtual network.
2020

2121
The features that you use depend on whether you're in the multitenant service or in an ASE.
@@ -71,12 +71,15 @@ Azure App Service scale units support many customers in each deployment. The Fre
7171

7272
#### Outbound addresses
7373

74-
The worker virtual machines are broken down in large part by the App Service plans. The Free, Shared, Basic, Standard, and Premium plans all use the same worker virtual machine type. The PremiumV2 plan uses another virtual machine type. PremiumV3 uses yet another virtual machine type.
74+
The worker virtual machines are broken down in large part by the App Service plans. The Free, Shared, Basic, Standard, and Premium plans all use the same worker virtual machine type. The PremiumV2 plan uses another virtual machine type. PremiumV3 uses yet another virtual machine type. And PremiumV4 uses yet another virtual machine type.
7575

7676
When you change the virtual machine family, you get a different set of outbound addresses. If you scale from Standard to PremiumV2, your outbound addresses change. If you scale from PremiumV2 to PremiumV3, your outbound addresses change. In some older scale units, both the inbound and outbound addresses change when you scale from Standard to PremiumV2.
7777

7878
There are many addresses that are used for outbound calls. The outbound addresses used by your app for making outbound calls are listed in the properties for your app. All the apps that run on the same worker virtual machine family in the App Service deployment share these addresses. If you want to see all the addresses that your app might use in a scale unit, there's property called `possibleOutboundAddresses` that lists them.
7979

80+
> [!NOTE]
81+
> Apps on the PremiumV4 SKU don't expose their outbound IP addresses.
82+
8083
:::image type="content" source="media/networking-features/app-properties.png" alt-text="Screenshot that shows app properties, including possible outbound addresses." lightbox="media/networking-features/app-properties.png":::
8184

8285
App Service has many endpoints that are used to manage the service. Those addresses are published in a separate document and are also in the `AppServiceManagement` IP service tag. The `AppServiceManagement` tag is used only in App Service Environments where you need to allow such traffic. The App Service inbound addresses are tracked in the `AppService` IP service tag. There's no IP service tag that contains the outbound addresses used by App Service.

0 commit comments

Comments
 (0)