Skip to content

Commit 8995d29

Browse files
Merge pull request #226848 from madsd/pe
slot sub resource name
2 parents 1a504ea + 4a14884 commit 8995d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Connect privately to an App Service apps using Azure private endpoi
44
author: madsd
55
ms.assetid: 2dceac28-1ba6-4904-a15d-9e91d5ee162c
66
ms.topic: article
7-
ms.date: 01/30/2023
7+
ms.date: 02/09/2023
88
ms.author: madsd
99
---
1010

@@ -27,7 +27,7 @@ A private endpoint is a special network interface (NIC) for your App Service app
2727
When you create a private endpoint for your app, it provides secure connectivity between clients on your private network and your app. The private endpoint is assigned an IP Address from the IP address range of your virtual network.
2828
The connection between the private endpoint and the app uses a secure [Private Link](../../private-link/private-link-overview.md). Private endpoint is only used for incoming traffic to your app. Outgoing traffic won't use this private endpoint. You can inject outgoing traffic to your network in a different subnet through the [virtual network integration feature](../overview-vnet-integration.md).
2929

30-
Each slot of an app is configured separately. You can plug up to 100 private endpoints per slot. You can't share a private endpoint between slots.
30+
Each slot of an app is configured separately. You can plug up to 100 private endpoints per slot. You can't share a private endpoint between slots. The sub-resource name of a slot will be `sites-<slot-name>`.
3131

3232
The subnet where you plug the private endpoint can have other resources in it, you don't need a dedicated empty subnet.
3333
You can also deploy the private endpoint in a different region than your app.

0 commit comments

Comments
 (0)