Skip to content

Commit c06f456

Browse files
authored
update
function azure portal limitation dns for scm slots are not protected
1 parent 09ad6d8 commit c06f456

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
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
@@ -61,12 +61,20 @@ In the Web HTTP logs of your Web App, you will find the client source IP. This i
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.
6262
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.
6363

64+
If you need to use the Kudu console, or Kudu REST API (deployement with Azure DevOps 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
67+
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 recieve 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)