Skip to content

Commit 24d785b

Browse files
authored
Update private-endpoint.md
new note regarding region and tiers
1 parent 3601281 commit 24d785b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/networking/private-endpoint.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.workload: web
1313

1414
# Using Private Endpoints for Azure Web App (Preview)
1515

16+
> [!Note]
17+
> The preview is available in East US region for all PremiumV2 Windows and Linux Web Apps and Elastic Premium Functions.
18+
1619
You can use Private Endpoint for your Azure Web App to allow clients located in your private network to securely access to the app over Private Link. The Private Endpoint uses an IP address from your Azure VNet address space. Network traffic between client on your private network and the Web App traverses over the Vnet and a Private Link on the Microsoft backbone network, eliminating exposure from the public Internet.
1720

1821
Using Private Endpoint for your Web App enables you to:
@@ -46,8 +49,6 @@ From the security perspective:
4649
- When you enable Private Endpoint to your Web App, the [access restrictions][accessrestrictions] configuration of the Web App is not evaluated.
4750
- You can reduce data exfiltration risk from the vnet by removing all NSG rules where destination is tag Internet or Azure services. But adding a Web App Service Endpoint in your subnet, will let you reach any Web App hosted in the same stamp and exposed to Internet. (This is only a limitation of the current preview.)
4851

49-
Private Endpoint for Web App is available for tier PremiumV2, and Isolated with an external ASE.
50-
5152
In the Web http logs of your Web App, you will find the client source IP. We implemented the TCP Proxy protocol, forwarding up to the Web App the client IP property. For more information, see [this article][tcpproxy].
5253

5354
![Global overview][1]

0 commit comments

Comments
 (0)