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
Copy file name to clipboardExpand all lines: articles/container-apps/connect-apps.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
---
2
-
title: Connect applications in Azure Container Apps
3
-
description: Learn to deploy multiple applications that communicate together in Azure Container Apps.
2
+
title: Communicate between container apps in Azure Container Apps
3
+
description: Learn how to communicate between different container apps in the same environment in Azure Container Apps.
4
4
services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 07/23/2024
8
+
ms.date: 04/07/2025
9
9
ms.author: cshoe
10
10
---
11
11
12
-
# Connect applications in Azure Container Apps
12
+
# Communicate between container apps in Azure Container Apps
13
13
14
14
Azure Container Apps exposes each container app through a domain name if [ingress](ingress-overview.md) is enabled. You can expose ingress endpoints either publicly to the world or to the other container apps in the same environment. Alternatively, you can limit ingress to only other container apps in the same [environment](environment.md).
15
15
16
-
Application code can call other container apps in the same environment using one of the following methods:
16
+
Application code can call other container apps in the same environment using one of the following methods:
17
17
18
-
-default fully qualified domain name (FQDN)
19
-
-a custom domain name
20
-
-the container app name, for instance `http://<APP_NAME>` for internal requests
21
-
-a Dapr URL
18
+
-Default fully qualified domain name (FQDN)
19
+
-A custom domain name
20
+
-The container app name, for instance `http://<APP_NAME>` for internal requests
21
+
-A Dapr URL
22
22
23
23
> [!NOTE]
24
24
> When you call another container in the same environment using the FQDN or app name, the network traffic never leaves the environment.
@@ -29,9 +29,9 @@ A sample solution showing how you can call between containers using both the FQD
29
29
30
30
A container app's location is composed of values associated with its environment, name, and region. Available through the `azurecontainerapps.io` top-level domain, the fully qualified domain name (FQDN) uses:
31
31
32
-
-the container app name
33
-
-the environment unique identifier
34
-
-region name
32
+
-The container app name
33
+
-The environment unique identifier
34
+
-Region name
35
35
36
36
The following diagram shows how these values are used to compose a container app's fully qualified domain name.
0 commit comments