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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this section, you map the Private Link service to a private endpoint created
32
32
33
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.
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 static storage website primary.":::
36
36
37
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.
38
38
@@ -60,20 +60,20 @@ In this section, you map the Private Link service to a private endpoint created
60
60
61
61
1. Select the pending private endpoint request from Azure Front Door Premium then select **Approve**.
62
62
63
-
:::image type="content" source="../media/how-to-enable-private-link-storage-static-website/approve-private-endpoint-connection.png" alt-text="Screenshot of approving private endpoint connection from storage account.":::
63
+
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/approve-private-endpoint-connection.png" alt-text="Screenshot of approving private endpoint connection from storage account.":::
64
64
65
65
1. Once approved, you can see the private endpoint connection status is **Approved**.
66
66
67
-
:::image type="content" source="../media/how-to-enable-private-link-storage-static-website/approved-private-endpoint-connection.png" alt-text="Screenshot of approved private endpoint connection from storage account.":::
67
+
:::image type="content" source="./media/how-to-enable-private-link-storage-static-website/approved-private-endpoint-connection.png" alt-text="Screenshot of approved private endpoint connection from storage account.":::
68
68
69
69
## Create private endpoint connection to web_secondary
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 static storage website secondary.":::
74
74
75
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.
76
76
77
77
## Next steps
78
78
79
-
Learn about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).
79
+
Learn about [Private Link service with storage account](../storage/common/storage-private-endpoints.md).
0 commit comments