Skip to content

Commit c43000d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into esanSnapPivot
2 parents b5536dc + 5cad94d commit c43000d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 \

articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cd quarkus-quickstarts/hibernate-orm-panache-quickstart
7676

7777
### Modify your project
7878

79-
1. Add the required dependencies to your project's BOM file.
79+
1. Add the required dependencies to your project's POM file.
8080

8181
```xml
8282
<dependency>
@@ -171,7 +171,7 @@ cd quarkus-quickstarts/hibernate-orm-panache-quickstart
171171

172172
1. Push the image to the registry.
173173

174-
Use [docker push][docker-push] to push the image to the registry instance. This example creates the `quarkus-postgres-passwordless-app` repository, containing the `quarkus-postgres-passwordless-app:v1` image.
174+
Use `docker push` to push the image to the registry instance. This example creates the `quarkus-postgres-passwordless-app` repository, containing the `quarkus-postgres-passwordless-app:v1` image.
175175

176176
```bash
177177
docker push $CONTAINER_IMAGE

0 commit comments

Comments
 (0)