Skip to content

Commit 32da225

Browse files
Merge pull request #281564 from craigshoemaker/patch-11
[Container Apps] Update: Connect apps -> add format for calling apps by name
2 parents 193ee2b + c48d7f4 commit 32da225

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/container-apps/connect-apps.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 07/12/2024
8+
ms.date: 07/23/2024
99
ms.author: cshoe
1010
---
1111

@@ -39,14 +39,18 @@ The following diagram shows how these values are used to compose a container app
3939

4040
[!INCLUDE [container-apps-get-fully-qualified-domain-name](../../includes/container-apps-get-fully-qualified-domain-name.md)]
4141

42-
## Dapr location
42+
### Dapr location
4343

4444
Developing microservices often requires you to implement patterns common to distributed architecture. Dapr allows you to secure microservices with mutual Transport Layer Security (TLS) (client certificates), trigger retries when errors occur, and take advantage of distributed tracing when Azure Application Insights is enabled.
4545

4646
A microservice that uses Dapr is available through the following URL pattern:
4747

4848
:::image type="content" source="media/connect-apps/azure-container-apps-location-dapr.png" alt-text="Azure Container Apps container app location with Dapr.":::
4949

50+
## Call a container app by name
51+
52+
You can call a container app by doing by sending a request to `http://<CONTAINER_APP_NAME>` from another app in the environment.
53+
5054
## Next steps
5155

5256
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)