Skip to content

Commit 88ca835

Browse files
authored
Update private-endpoint.md
1 parent c06f456 commit 88ca835

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
@@ -61,7 +61,7 @@ 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.
64+
If you need to use the Kudu console, or Kudu REST API (deployment with Azure DevOps for example), you need to create two records in your Azure DNS private zone or your custom DNS server.
6565
- PrivateEndpointIP yourwebappname.azurewebsites.net
6666
- PrivateEndpointIP yourwebappname.scm.azurewebsites.net
6767

@@ -71,7 +71,7 @@ For pricing details, see [Azure Private Link pricing][pricing].
7171

7272
## Limitations
7373

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.
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.
7575

7676
During the preview only the production slot is exposed behind the Private Endpoint, other slots are reachable by Public Endpoint only.
7777

0 commit comments

Comments
 (0)