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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Connect Azure Front Door Premium to an App Service origin with Private Link'
2
+
title: 'Connect Azure Front Door Premium to an App Service (Web App) origin with Private Link'
3
3
titleSuffix: Azure Private Link
4
4
description: Learn how to connect your Azure Front Door Premium to a webapp privately.
5
5
services: frontdoor
@@ -10,38 +10,38 @@ ms.date: 08/31/2023
10
10
ms.author: duau
11
11
---
12
12
13
-
# Connect Azure Front Door Premium to an App Service origin with Private Link
13
+
# Connect Azure Front Door Premium to an App Service (Web App) origin with Private Link
14
14
15
-
This article guides you through how to configure Azure Front Door Premium tier to connect to your App service privately using the Azure Private Link service.
15
+
This article guides you through how to configure Azure Front Door Premium tier to connect to your App Service (Web App) privately using the Azure Private Link service.
16
16
17
17
## Prerequisites
18
18
19
19
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
20
21
21
> [!NOTE]
22
-
> Private endpoints requires your App Service plan or function hosting plan to meet some requirements. For more information, see [Using Private Endpoints for Azure Web App](../../app-service/networking/private-endpoint.md).
22
+
> Private endpoints requires your App Service plan to meet some requirements. For more information, see [Using Private Endpoints for Azure Web App](../../app-service/networking/private-endpoint.md).
23
23
24
24
## Sign in to Azure
25
25
26
26
Sign in to the [Azure portal](https://portal.azure.com).
27
27
28
-
## Enable Private Link to an App Service in Azure Front Door Premium
28
+
## Enable Private Link to an App Service (Web App) in Azure Front Door Premium
29
29
30
30
In this section, you map the Private Link service to a private endpoint created in Azure Front Door's private network.
31
31
32
32
1. Within your Azure Front Door Premium profile, under *Settings*, select **Origin groups**.
33
33
34
-
1. Select the origin group that contains the App Service origin you want to enable Private Link for.
34
+
1. Select the origin group that contains the App Service (Web App) origin you want to enable Private Link for.
35
35
36
-
1. Select **+ Add an origin** to add a new app service origin or select a previously created App service origin from the list.
36
+
1. Select **+ Add an origin** to add a new App Service (Web App) origin or select a previously created App Service (Web App) origin from the list.
37
37
38
38
:::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.":::
39
39
40
-
1. The following table has information of what values to select in the respective fields while enabling private link with Azure Front Door. Select or enter the following settings to configure the App service you want Azure Front Door Premium to connect with privately.
40
+
1. The following table has information of what values to select in the respective fields while enabling private link with Azure Front Door. Select or enter the following settings to configure the App Service (Web App) you want Azure Front Door Premium to connect with privately.
41
41
42
42
| Setting | Value |
43
43
| ------- | ----- |
44
-
| Name | Enter a name to identify this app service origin. |
44
+
| Name | Enter a name to identify this App Service (Web App) origin. |
45
45
| Origin Type | App services |
46
46
| Host name | Select the host from the dropdown that you want as an origin. |
47
47
| Origin host header | You can customize the host header of the origin or leave it as default. |
@@ -55,9 +55,9 @@ In this section, you map the Private Link service to a private endpoint created
55
55
56
56
1. Select **Add** to save your configuration. Then select **Update** to save the origin group settings.
57
57
58
-
## Approve Azure Front Door Premium private endpoint connection from App Service
58
+
## Approve Azure Front Door Premium private endpoint connection from App Service (Web App)
59
59
60
-
1. Go to the App Service you configured Private Link for in the last section. Select **Networking** under **Settings**.
60
+
1. Go to the App Service (Web App) you configured Private Link for in the last section. Select **Networking** under **Settings**.
61
61
62
62
1. In **Networking**, select **Configure your private endpoint connections**.
63
63
@@ -67,7 +67,7 @@ In this section, you map the Private Link service to a private endpoint created
67
67
68
68
:::image type="content" source="../media/how-to-enable-private-link-app-service/private-endpoint-pending-approval.png" alt-text="Screenshot of pending private endpoint request.":::
69
69
70
-
1. Once approved, it should look like the following screenshot. It takes a few minutes for the connection to fully establish. You can now access your app service from Azure Front Door Premium. Direct access to the App Service from the public internet gets disabled after private endpoint gets enabled.
70
+
1. Once approved, it should look like the following screenshot. It takes a few minutes for the connection to fully establish. You can now access your web app from Azure Front Door Premium. Direct access to the web app from the public internet gets disabled after private endpoint gets enabled.
71
71
72
72
:::image type="content" source="../media/how-to-enable-private-link-app-service/private-endpoint-approved.png" alt-text="Screenshot of approved endpoint request.":::
0 commit comments