Skip to content

Commit 33a05a7

Browse files
Update how-to-enable-private-link-web-app.md
1 parent d5792f4 commit 33a05a7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/frontdoor/standard-premium/how-to-enable-private-link-web-app.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: 'Connect Azure Front Door Premium to an App Service (Web App) origin with Private Link'
2+
title: 'Connect Azure Front Door Premium to an App Service (Web App or Function App) origin with Private Link'
33
titleSuffix: Azure Private Link
4-
description: Learn how to connect your Azure Front Door Premium to a webapp privately.
4+
description: Learn how to connect your Azure Front Door Premium to a web app or function app privately.
55
author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-frontdoor
88
ms.topic: how-to
99
ms.date: 11/15/2024
1010
---
1111

12-
# Connect Azure Front Door Premium to an App Service (Web App) origin with Private Link
12+
# Connect Azure Front Door Premium to an App Service (Web App or Function App) origin with Private Link
1313

1414
**Applies to:** :heavy_check_mark: Front Door Premium
1515

16-
This article guides you through configuring Azure Front Door Premium to connect to your App Service (Web App) privately using Azure Private Link.
16+
This article guides you through configuring Azure Front Door Premium to connect to your App Service (Web App or Function App) privately using Azure Private Link.
1717

1818
## Prerequisites
1919

@@ -27,23 +27,23 @@ This article guides you through configuring Azure Front Door Premium to connect
2727

2828
Sign in to the [Azure portal](https://portal.azure.com).
2929

30-
## Enable Private Link to an App Service (Web App) in Azure Front Door Premium
30+
## Enable Private Link to an App Service (Web App or Function App) in Azure Front Door Premium
3131

3232
In this section, you map the Private Link service to a private endpoint within Azure Front Door's private network.
3333

3434
1. In your Azure Front Door Premium profile, go to *Settings* and select **Origin groups**.
3535

36-
1. Choose the origin group that includes the App Service (Web App) origin you want to enable Private Link for.
36+
1. Choose the origin group that should contain the App Service (Web App or Function App) origin you want to enable Private Link for.
3737

38-
1. Select **+ Add an origin** to add a new App Service (Web App) origin or select an existing one from the list.
38+
1. Select **+ Add an origin** to add a new origin or select an existing one from the list.
3939

40-
:::image type="content" source="../media/how-to-enable-private-link-app-service/private-endpoint-app-service.png" alt-text="Screenshot of enabling private link to a Web App.":::
40+
:::image type="content" source="../media/how-to-enable-private-link-app-service/private-endpoint-app-service.png" alt-text="Screenshot of enabling private link.":::
4141

42-
1. Use the following table to configure the settings for the App Service (Web App) origin:
42+
1. Use the following table to configure the settings for the origin:
4343

4444
| Setting | Value |
4545
| ------- | ----- |
46-
| Name | Enter a name to identify this App Service (Web App) origin. |
46+
| Name | Enter a name to identify this origin. |
4747
| Origin Type | App services |
4848
| Host name | Select the host from the dropdown that you want as an origin. |
4949
| Origin host header | Customize the host header of the origin or leave it as default. |
@@ -57,17 +57,17 @@ In this section, you map the Private Link service to a private endpoint within A
5757

5858
1. Select **Add** to save your configuration, then select **Update** to save the origin group settings.
5959

60-
## Approve Azure Front Door Premium private endpoint connection from App Service (Web App)
60+
## Approve Azure Front Door Premium private endpoint connection from App Service
6161

62-
1. Navigate to the App Service (Web App) you configured with Private Link in the previous section. Under **Settings**, select **Networking**.
62+
1. Navigate to the App Service you configured with Private Link in the previous section. Under **Settings**, select **Networking**.
6363

6464
1. In the **Networking** section, select on **Configure your private endpoint connections**.
6565

66-
:::image type="content" source="../media/how-to-enable-private-link-app-service/app-service-configure-endpoint.png" alt-text="Screenshot of networking settings in a Web App.":::
66+
:::image type="content" source="../media/how-to-enable-private-link-app-service/app-service-configure-endpoint.png" alt-text="Screenshot of networking settings in App Service.":::
6767

6868
1. Find the *pending* private endpoint request from Azure Front Door Premium and select **Approve**.
6969

70-
1. After approval, the connection status will update. It can take a few minutes for the connection to fully establish. Once established, you can access your web app through Azure Front Door Premium. Direct access to the web app from the public internet is disabled once private endpoint is enabled.
70+
1. After approval, the connection status will update. It can take a few minutes for the connection to fully establish. Once established, you can access your web app or function app through Azure Front Door Premium. Direct access to the app from the public internet is disabled once private endpoint is enabled.
7171

7272
## Common mistakes to avoid
7373

0 commit comments

Comments
 (0)