Skip to content

Commit dc615b6

Browse files
authored
Merge pull request #114937 from Ericgre/patch-1
update
2 parents 09ad6d8 + cdae1fa commit dc615b6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Connect privately to a Web App using Azure Private Endpoint
44
author: ericgre
55
ms.assetid: 2dceac28-1ba6-4904-a15d-9e91d5ee162c
66
ms.topic: article
7-
ms.date: 03/18/2020
7+
ms.date: 05/12/2020
88
ms.author: ericg
99
ms.service: app-service
1010
ms.workload: web
@@ -24,7 +24,7 @@ Using Private Endpoint for your Web App enables you to:
2424
- Secure your Web App by configuring the Private Endpoint, eliminating public exposure.
2525
- Securely connect to Web App from on-premises networks that connect to the VNet using a VPN or ExpressRoute private peering.
2626

27-
If you just need a secure connection between your VNet and your Web App, a Service Endpoint is the simplest solution. If you also need to reach the web app from on-premises through an Azure gateway, a regionally peered VNet or a globally peered VNet, Private Endpoint is the solution.
27+
If you just need a secure connection between your VNet and your Web App, a Service Endpoint is the simplest solution. If you also need to reach the web app from on-premises through an Azure gateway, a regionally peered VNet, or a globally peered VNet, Private Endpoint is the solution.
2828

2929
For more information, see [Service Endpoints][serviceendpoint].
3030

@@ -59,14 +59,22 @@ In the Web HTTP logs of your Web App, you will find the client source IP. This i
5959
## DNS
6060

6161
As this feature is in preview, we don't change the DNS entry during the preview. You need to manage the DNS entry in your private DNS server or Azure DNS private zone yourself.
62-
If you need to use a custom DNS name, you must add the custom name in your Web App. During the preview, the custom name must be validated like any custom name, using public DNS resolution. See [custom DNS validation][dnsvalidation] for more information.
62+
If you need to use a custom DNS name, you must add the custom name in your Web App. During the preview, the custom name must be validated like any custom name, using public DNS resolution. For more information, see [custom DNS validation][dnsvalidation].
63+
64+
If you need to use the Kudu console, or Kudu REST API (deployment with Azure DevOps self-hosted agents for example), you need to create two records in your Azure DNS private zone or your custom DNS server.
65+
- PrivateEndpointIP yourwebappname.azurewebsites.net
66+
- PrivateEndpointIP yourwebappname.scm.azurewebsites.net
6367

6468
## Pricing
6569

6670
For pricing details, see [Azure Private Link pricing][pricing].
6771

6872
## Limitations
6973

74+
When you use Azure Function in Elastic Premium Plan with Private Endpoint, you cannot run or execute the function in Azure Web portal. You must have direct network access in order to run your app or you will receive an HTTP 403 error.
75+
76+
During the preview only the production slot is exposed behind the Private Endpoint, other slots are reachable by Public Endpoint only.
77+
7078
We are improving Private Link feature and Private Endpoint regularly, check [this article][pllimitations] for up-to-date information about limitations.
7179

7280
## Next steps

0 commit comments

Comments
 (0)