Skip to content

Commit 1f46e66

Browse files
committed
update storage static website
1 parent cafadf8 commit 1f46e66

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/frontdoor/how-to-enable-private-link-storage-static-website.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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'
33
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.
55
services: frontdoor
66
author: duongau
77
ms.service: frontdoor
@@ -10,35 +10,35 @@ ms.date: 03/03/2023
1010
ms.author: duau
1111
---
1212

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
1414

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

1717
## Prerequisites
1818

1919
* An Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
* 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).
2222

23-
## Enable Private Link to a static storage website
23+
## Enable Private Link to a storage static website
2424

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

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

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

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

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

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.":::
3636

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

3939
| Setting | Value |
4040
| ------- | ----- |
41-
| Name | Enter a name to identify this static storage website origin. |
41+
| Name | Enter a name to identify this storage static website origin. |
4242
| Origin Type | Storage (Static website) |
4343
| Host name | Select the host from the dropdown that you want as an origin. |
4444
| 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
7070

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

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.":::
7474

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

7777
## Next steps
7878

0 commit comments

Comments
 (0)