Skip to content

Commit 4092218

Browse files
Merge pull request #312571 from Harikrishnan-M-B/acaedit
Note regarding AFD PL for ZR ACA env
2 parents f8f4135 + 6abea70 commit 4092218

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

articles/container-apps/how-to-integrate-with-azure-front-door.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Access an Azure container app using an Azure Front Door
3-
description: Learn how to access an Azure container app using an Azure Front Door.
2+
title: Access an Azure container app using an Azure Front Door with Private Link
3+
description: Learn how to access an Azure container app using an Azure Front Door with Private Link
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
@@ -17,7 +17,7 @@ zone_pivot_groups: azure-cli-or-portal
1717

1818
# Create a private link to an Azure Container App with Azure Front Door
1919

20-
In this article, you learn how to connect directly from Azure Front Door to your Azure Container Apps using a private link instead of the public internet. In this tutorial, you create an Azure Container Apps workload profiles environment, an Azure Front Door, and connect them securely through a private link. You then verify the connectivity between your container app and the Azure Front Door.
20+
In this article, you learn how to connect directly from Azure Front Door to your Azure Container Apps using a private link instead of the public internet. In this tutorial, you will create an Azure Container Apps workload profiles environment, an Azure Front Door, and connect them securely through a private link. You then verify the connectivity between your container app and the Azure Front Door.
2121

2222
> [!IMPORTANT]
2323
> There are [additional charges](./private-endpoints-with-dns.md#billing) for enabling private endpoints in both the Dedicated and Consumption plans.
@@ -419,6 +419,9 @@ az group delete --name $RESOURCE_GROUP
419419

420420
::: zone-end
421421

422+
> [!NOTE]
423+
> Zone-redundant Container Apps environments with an internal Virtual IP use internal load balancers (ILB) with IP-based backend pools. Because Private Link Service does not support ILBs with IP-based backend pools, a Front Door → Private Link Service → ILB topology is unavailable for zone-redundant environments. Instead use a private endpoint to connect Azure Front Door to your Container Apps environment like the method mentioned in this article. This method is compatible with both zone-redundant and non-zone-redundant configurations.
424+
422425
> [!TIP]
423426
> Having issues? Let us know on GitHub by opening an issue in the [Azure Container Apps repo](https://github.com/microsoft/azure-container-apps).
424427

0 commit comments

Comments
 (0)