Skip to content

Commit b05ecc9

Browse files
PL edits
1 parent 4950680 commit b05ecc9

6 files changed

+39
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ Once the origin is added and the private endpoint connection is approved, you ca
135135

136136
::: zone-end
137137

138+
## Common mistakes to avoid
139+
140+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
141+
142+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
143+
144+
138145
## Next steps
139146

140147
Learn about [Private Link service with storage account](../storage/common/storage-private-endpoints.md).

articles/frontdoor/standard-premium/how-to-enable-private-link-internal-load-balancer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ In this section, you map the Private Link service to a private endpoint created
6565

6666
1. The *connection state* should change to **Approved**. It might take a couple of minutes for the connection to fully establish. You can now access your internal load balancer from Azure Front Door.
6767

68+
## Common mistakes to avoid
69+
70+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
71+
72+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
6873

6974
## Next steps
7075

articles/frontdoor/standard-premium/how-to-enable-private-link-storage-account-cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ az afd origin create --enabled-state Enabled \
6666
> [!NOTE]
6767
> If the blob or container within the storage account does not allow anonymous access, requests must be authorized. One way to authorize requests is by using [shared access signatures](../../storage/common/storage-sas-overview.md).
6868
69+
## Common mistakes to avoid
70+
71+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
72+
73+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
74+
* Not using SAS tokens while connecting to storage account that does not allow anonymous access.
75+
6976
## Next steps
7077
7178
Learn more about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).

articles/frontdoor/standard-premium/how-to-enable-private-link-storage-account.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ In this section, you map the Private Link service to a private endpoint created
7272
> [!NOTE]
7373
> If the blob or container within the storage account doesn't permit anonymous access, requests made against the blob/container should be authorized. One option for authorizing a request is by using [shared access signatures](../../storage/common/storage-sas-overview.md).
7474
75+
## Common mistakes to avoid
76+
77+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
78+
79+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
80+
* Not using SAS tokens while connecting to storage account that does not allow anonymous access.
81+
7582
## Next steps
7683

7784
Learn about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ az afd origin create --enabled-state Enabled \
6363
6464
3. Once approved, 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 will be disabled after the private endpoint is enabled.
6565
66+
## Common mistakes to avoid
67+
68+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
69+
70+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
71+
6672
## Next steps
6773
6874
Learn more about [Private Link service with App Service](../../app-service/networking/private-endpoint.md).

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ In this section, you map the Private Link service to a private endpoint within A
6767

6868
1. After approval, the connection status will update. It can take a few minutes for the connection to fully establish. Once established, you can access your web app through Azure Front Door Premium. Direct access to the web app from the public internet is disabled once private endpoint is enabled.
6969

70+
## Common mistakes to avoid
71+
72+
The following are common mistakes when configuring an origin with Azure Private Link enabled:
73+
74+
* Adding the origin with Azure Private Link enabled to an existing origin group that contains public origins. Azure Front Door doesn't allow mixing public and private origins in the same origin group.
75+
76+
7077
## Next steps
7178

7279
Learn about [Private Link service with App service](../../app-service/networking/private-endpoint.md).

0 commit comments

Comments
 (0)