You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,17 +24,21 @@ In this article, you learn how to connect directly from Azure Front Door to your
24
24
25
25
- This feature is only supported for workload profile environments.
26
26
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
+
27
33
## Create a container app
28
34
29
35
Create a resource group to organize the services related to your container app deployment.
30
36
31
-
Begin by signing in to the [Azure portal](https://portal.azure.com).
32
-
33
37
1. Search for **Container Apps** in the top search bar.
34
38
1. Select **Container Apps** in the search results.
35
39
1. Select the **Create** button.
36
40
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.
38
42
39
43
| Setting | Action |
40
44
|---|---|
@@ -85,32 +89,20 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
85
89
1. Select **Azure Front Door** and **Quick Create**.
86
90
1. Select the **Continue to create a Front Door** button.
87
91
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.
96
93
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**. |
114
106
115
107
1. Select **Review + create**.
116
108
@@ -134,7 +126,8 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
134
126
135
127
1. In the *Private endpoint connections* page, approve each private endpoint connection request with the description `AFD Private Link Request`.
136
128
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.
138
131
139
132
## Access your container app from Azure Front Door
0 commit comments