Skip to content

Commit 0a210cf

Browse files
committed
add entry for new private link article
1 parent a86b272 commit 0a210cf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/frontdoor/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@
311311
href: standard-premium/how-to-enable-private-link-storage-account.md
312312
- name: Azure CLI
313313
href: standard-premium/how-to-enable-private-link-storage-account-cli.md
314+
- name: Connect to a storage static website
315+
href: how-to-enable-private-link-storage-static-website.md
314316
- name: Connect to an App service
315317
items:
316318
- name: Azure portal
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this section, you map the Private Link service to a private endpoint created
3232

3333
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.
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 static storage website primary.":::
3636

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

@@ -60,20 +60,20 @@ In this section, you map the Private Link service to a private endpoint created
6060

6161
1. Select the pending private endpoint request from Azure Front Door Premium then select **Approve**.
6262

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

6565
1. Once approved, you can see the private endpoint connection status is **Approved**.
6666

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

6969
## Create private endpoint connection to web_secondary
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 static storage website secondary.":::
7474

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

7777
## Next steps
7878

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

Comments
 (0)