Skip to content

Commit 5cad94d

Browse files
Merge pull request #291725 from craigshoemaker/patch-26
[Container Apps] Update: how-to-integrate-with-azure-front-door.md ->Note private endpoints only support HTTPS, not TCP
2 parents fcd18f3 + c929a5f commit 5cad94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ az network private-endpoint-connection approve --id <PRIVATE_ENDPOINT_CONNECTION
216216

217217
## Add a route
218218

219-
Run the following command to map the endpoint you created earlier to the origin group.
219+
Run the following command to map the endpoint you created earlier to the origin group. Private endpoints on Azure Container Apps only support inbound HTTP traffic. TCP traffic is not supported.
220220

221221
```azurecli
222222
az afd route create \

0 commit comments

Comments
 (0)