Skip to content

Commit ede645b

Browse files
committed
Add remaining steps.
1 parent 09e41e9 commit ede645b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,25 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
116116
117117
1. Select **Create**.
118118
119+
1. After the deployment completes, select **Go to resource**.
119120
121+
1. In the *Front Door and CDN profile* overview page, find your *Endpoint hostname*. It looks like the following example. Make a note of this hostname.
122+
123+
```
124+
my-afd-endpoint.<HASH>.b01.azurefd.net
125+
```
126+
127+
1. Browse to the overview page for the environment named *my-environment* you created previously.
128+
129+
1. Expand **Settings** > **Networking**.
130+
131+
1. You see a link for the private endpoint connection requests. For example, `1 private endpoint`. Select this link.
132+
133+
1. In the *Private endpoint connections* page, approve each connection with the description `AFD Private Link Request`.
134+
135+
1. Browse to the AFD endpoint hostname you recorded previously. You see the output for the quickstart container app image.
136+
137+
It takes a few minutes for your AFD profile to be deployed globally, so if you do not see the expected output at first, wait a few minutes and then refresh.
120138
121139
## Clean up resources
122140

0 commit comments

Comments
 (0)