Skip to content

Commit 2aa241a

Browse files
committed
Incorporate review feedback.
1 parent 51bb45b commit 2aa241a

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

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

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurepowershell, devx-track-azurecli, ignite-2024
88
ms.topic: how-to
9-
ms.date: 02/24/2025
9+
ms.date: 03/31/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -24,17 +24,21 @@ In this article, you learn how to connect directly from Azure Front Door to your
2424

2525
- This feature is only supported for workload profile environments.
2626

27+
- Make sure the `Microsoft.Cdn` resource provider is registered for your subscription.
28+
1. Begin by signing in to the [Azure portal](https://portal.azure.com).
29+
1. Browse to your subscription page and select **Settings** > **Resource providers**.
30+
1. Select **Microsoft.Cdn** from the provider list.
31+
1. Select **Register**.
32+
2733
## Create a container app
2834

2935
Create a resource group to organize the services related to your container app deployment.
3036

31-
Begin by signing in to the [Azure portal](https://portal.azure.com).
32-
3337
1. Search for **Container Apps** in the top search bar.
3438
1. Select **Container Apps** in the search results.
3539
1. Select the **Create** button.
3640

37-
1. In the *Create Container App* page, in the *Basics* tab, enter the following values.
41+
1. In the *Create Container App* page, in the *Basics* tab, do the following actions.
3842

3943
| Setting | Action |
4044
|---|---|
@@ -85,32 +89,20 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
8589
1. Select **Azure Front Door** and **Quick Create**.
8690
1. Select the **Continue to create a Front Door** button.
8791
88-
1. In the *Create a Front Door profile* page, in the *Basics* tab, do the following.
89-
90-
1. Under the **Subscription** field, you might see the error `Microsoft.Cdn is not registered for the subscription.`. To resolve this:
91-
1. Browse to your subscription page and select **Settings** > **Resource providers**.
92-
1. Select **Microsoft.Cdn** from the provider list.
93-
1. Select **Register**.
94-
95-
1. For *Resource group*, select **my-container-apps**.
92+
1. In the *Create a Front Door profile* page, in the *Basics* tab, do the following actions.
9693
97-
1. For *Name*, enter **my-afd-profile**.
98-
99-
1. Set *Tier* to **Premium**. Private link is not supported for origins in an AFD profile on the Standard tier.
100-
101-
1. Set *Endpoint name* to **my-afd-endpoint**.
102-
103-
1. Set *Origin type* to **Container Apps**.
104-
105-
1. Set *Origin host name* to the hostname of your container app. Your hostname looks like the following example: `my-container-app.orangeplant-77e5875b.centralus.azurecontainerapps.io`.
106-
107-
1. Select **Enable private link service**.
108-
109-
1. Set *Region* to **(US) Central US**.
110-
111-
1. Set *Target sub resource* to **managedEnvironments**.
112-
113-
1. In the *Request message* field, enter **AFD Private Link Request**.
94+
| Setting | Actions |
95+
|--|--|
96+
| Resource group | Select **my-container-apps**. |
97+
| Name | Enter **my-afd-profile**. |
98+
| Tier | Select **Premium**. Private link is not supported for origins in an AFD profile on the Standard tier. |
99+
| Endpoint name | Enter **my-afd-endpoint**. |
100+
| Origin type | Select **Container Apps**. |
101+
| Origin host name | Enter the hostname of your container app. Your hostname looks like the following example: `my-container-app.orangeplant-77e5875b.centralus.azurecontainerapps.io`. |
102+
| Enable private link service | Enable this setting. |
103+
| Region | Select **(US) Central US**. |
104+
| Target sub resource | Select **managedEnvironments**. |
105+
| Request message | Enter **AFD Private Link Request**. |
114106
115107
1. Select **Review + create**.
116108
@@ -134,7 +126,8 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
134126
135127
1. In the *Private endpoint connections* page, approve each private endpoint connection request with the description `AFD Private Link Request`.
136128
137-
Azure Front Door might create multiple private endpoint connection requests. This is a known issue.
129+
> [!NOTE]
130+
> Azure Front Door might create multiple private endpoint connection requests. This is a known issue.
138131
139132
## Access your container app from Azure Front Door
140133

0 commit comments

Comments
 (0)