Skip to content

Commit bd80b6a

Browse files
committed
Incorporate review feedback.
1 parent 26715b5 commit bd80b6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.author: cshoe
1212

1313
# Create a private link to an Azure Container App with Azure Front Door (preview)
1414

15-
In this article, you learn how to create an Azure Front Door (AFD) using the Azure CLI. You then connect the Front Door to an Azure Container App in a private VNet using [Azure Private Link](/azure/private-link/private-link-overview). This lets you securely access your container app without exposing it to the public Internet. You then verify connectivity to your container app using the AFD endpoint.
15+
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.
1616

1717
## Prerequisites
1818

1919
- Azure account with an active subscription.
2020
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
2121

22-
- The latest version of the [Azure CLI](/cli/azure/install-azure-cli). To ensure you're running the latest version, run the following command.
22+
- This feature is only available with the [Azure CLI](/cli/azure/install-azure-cli). To ensure you're running the latest version of the Azure CLI, run the following command.
2323

2424
```azurecli
2525
az upgrade
@@ -34,6 +34,8 @@ In this article, you learn how to create an Azure Front Door (AFD) using the Azu
3434
> [!NOTE]
3535
> Starting in May 2024, Azure CLI extensions no longer enable preview features by default. To access Container Apps [preview features](./whats-new.md), install the Container Apps extension with `--allow-preview true`.
3636
37+
- This feature is only supported for workload profile environments.
38+
3739
For more information about prerequisites and setup, see [Quickstart: Deploy your first container app with containerapp up](get-started.md?tabs=bash).
3840
3941
## Set environment variables

0 commit comments

Comments
 (0)