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/how-to-enable-private-link-storage-static-website.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: 'Connect Azure Front Door Premium to a static storage website origin with Private Link'
2
+
title: 'Connect Azure Front Door Premium to a storage static website origin with Private Link'
3
3
titleSuffix: Azure Private Link
4
-
description: Learn how to connect your Azure Front Door Premium to a static storage website privately.
4
+
description: Learn how to connect your Azure Front Door Premium to a storage static website privately.
5
5
services: frontdoor
6
6
author: duongau
7
7
ms.service: frontdoor
@@ -10,35 +10,35 @@ ms.date: 03/03/2023
10
10
ms.author: duau
11
11
---
12
12
13
-
# Connect Azure Front Door Premium to a static storage website with Private Link
13
+
# Connect Azure Front Door Premium to a storage static website with Private Link
14
14
15
-
This article guides you through how to configure Azure Front Door Premium tier to connect to your static storage website 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 storage static website privately using the Azure Private Link service.
16
16
17
17
## Prerequisites
18
18
19
19
* An Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
20
* Create a [Private Link](../private-link/create-private-link-service-portal.md) service for your origin web server.
21
-
* Storage Static Website is enabled on your storage account. Learn how to [enable static website](../storage/blobs/storage-blob-static-website-how-to.md?tabs=azure-portal).
21
+
* Storage static website is enabled on your storage account. Learn how to [enable static website](../storage/blobs/storage-blob-static-website-how-to.md?tabs=azure-portal).
22
22
23
-
## Enable Private Link to a static storage website
23
+
## Enable Private Link to a storage static website
24
24
25
25
In this section, you map the Private Link service to a private endpoint created in Azure Front Door's private network.
26
26
27
27
1. Sign in to the [Azure portal](https://portal.azure.com).
28
28
29
29
1. Within your Azure Front Door Premium profile, under *Settings*, select **Origin groups**.
30
30
31
-
1. Select the origin group that contains the static storage website origin you want to enable Private Link for.
31
+
1. Select the origin group that contains the storage static website origin you want to enable Private Link for.
32
32
33
-
1. Select **+ Add an origin** to add a new static storage website origin or select a previously created static storage website origin from the list.
33
+
1. Select **+ Add an origin** to add a new storage static website origin or select a previously created storage static website origin from the list.
34
34
35
-
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/private-endpoint-storage-static-website-primary.png" alt-text="Screenshot of enabling private link to a static storage website primary.":::
35
+
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/private-endpoint-storage-static-website-primary.png" alt-text="Screenshot of enabling private link to a storage static website primary.":::
36
36
37
-
1. The following table has the 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 static storage website you want Azure Front Door Premium to connect with privately.
37
+
1. The following table has the 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 storage static website you want Azure Front Door Premium to connect with privately.
38
38
39
39
| Setting | Value |
40
40
| ------- | ----- |
41
-
| Name | Enter a name to identify this static storage website origin. |
41
+
| Name | Enter a name to identify this storage static website origin. |
42
42
| Origin Type | Storage (Static website) |
43
43
| Host name | Select the host from the dropdown that you want as an origin. |
44
44
| Origin host header | You can customize the host header of the origin or leave it as default. |
@@ -70,9 +70,9 @@ In this section, you map the Private Link service to a private endpoint created
70
70
71
71
When creating a private endpoint connection to the storage static website's secondary sub resource, you need to add a **-secondary** suffix to the origin host header. For example, if your origin host header is *contoso.z13.web.core.windows.net*, you need to change it to *contoso-secondary.z13.web.core.windows.net*.
72
72
73
-
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/private-endpoint-storage-static-website-secondary.png" alt-text="Screenshot of enabling private link to a static storage website secondary.":::
73
+
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/private-endpoint-storage-static-website-secondary.png" alt-text="Screenshot of enabling private link to a storage static website secondary.":::
74
74
75
-
Once the origin has been added and the private endpoint connection has been approved, you can test your private link connection to your static storage website.
75
+
Once the origin has been added and the private endpoint connection has been approved, you can test your private link connection to your storage static website.
0 commit comments