Skip to content

Commit c13899b

Browse files
authored
Merge pull request #253398 from Harikrishnan-M-B/patch-8
Update how-to-enable-private-link-web-app.md
2 parents b60e60d + bdd4eb6 commit c13899b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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'
33
titleSuffix: Azure Private Link
44
description: Learn how to connect your Azure Front Door Premium to a webapp privately.
55
services: frontdoor
@@ -10,38 +10,38 @@ ms.date: 08/31/2023
1010
ms.author: duau
1111
---
1212

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
1414

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

1717
## Prerequisites
1818

1919
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020

2121
> [!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).
2323
2424
## Sign in to Azure
2525

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

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
2929

3030
In this section, you map the Private Link service to a private endpoint created in Azure Front Door's private network.
3131

3232
1. Within your Azure Front Door Premium profile, under *Settings*, select **Origin groups**.
3333

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

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

3838
:::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.":::
3939

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

4242
| Setting | Value |
4343
| ------- | ----- |
44-
| Name | Enter a name to identify this app service origin. |
44+
| Name | Enter a name to identify this App Service (Web App) origin. |
4545
| Origin Type | App services |
4646
| Host name | Select the host from the dropdown that you want as an origin. |
4747
| 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
5555

5656
1. Select **Add** to save your configuration. Then select **Update** to save the origin group settings.
5757

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)
5959

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**.
6161

6262
1. In **Networking**, select **Configure your private endpoint connections**.
6363

@@ -67,7 +67,7 @@ In this section, you map the Private Link service to a private endpoint created
6767

6868
:::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.":::
6969

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

7272
:::image type="content" source="../media/how-to-enable-private-link-app-service/private-endpoint-approved.png" alt-text="Screenshot of approved endpoint request.":::
7373

0 commit comments

Comments
 (0)