You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/standard-premium/how-to-enable-private-link-web-app.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
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'
3
3
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.
5
5
author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: azure-frontdoor
8
8
ms.topic: how-to
9
9
ms.date: 11/15/2024
10
10
---
11
11
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
13
13
14
14
**Applies to:**:heavy_check_mark: Front Door Premium
15
15
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.
17
17
18
18
## Prerequisites
19
19
@@ -27,23 +27,23 @@ This article guides you through configuring Azure Front Door Premium to connect
27
27
28
28
Sign in to the [Azure portal](https://portal.azure.com).
29
29
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
31
31
32
32
In this section, you map the Private Link service to a private endpoint within Azure Front Door's private network.
33
33
34
34
1. In your Azure Front Door Premium profile, go to *Settings* and select **Origin groups**.
35
35
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.
37
37
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.
39
39
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.":::
41
41
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:
43
43
44
44
| Setting | Value |
45
45
| ------- | ----- |
46
-
| Name | Enter a name to identify this App Service (Web App) origin. |
46
+
| Name | Enter a name to identify this origin. |
47
47
| Origin Type | App services |
48
48
| Host name | Select the host from the dropdown that you want as an origin. |
49
49
| 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
57
57
58
58
1. Select **Add** to save your configuration, then select **Update** to save the origin group settings.
59
59
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
61
61
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**.
63
63
64
64
1. In the **Networking** section, select on **Configure your private endpoint connections**.
65
65
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.":::
67
67
68
68
1. Find the *pending* private endpoint request from Azure Front Door Premium and select **Approve**.
69
69
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.
0 commit comments