Skip to content

Commit 48a461d

Browse files
note regarding ZR env
1 parent 6d99dc5 commit 48a461d

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+
> If your Container Apps environment is zone redundant and hosted in your own virtual network, Azure Container Apps provisions an internal load balancer (ILB) with an IP-based backend pool. Azure Private Link Service can not be created with an ILB having IP-based backend pools, so an AFD → Private Link Service → ILB topology is not supported for zone-redundant environments. Instead, connect Azure Front Door directly to your Container Apps environment via a private endpoint, which is the approach described in this article and works regardless of whether zone redundancy is enabled or disabled.
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)