Skip to content

Commit 70ebf1f

Browse files
authored
Merge pull request #178452 from jeffhollan/aca-connect-apps
adding info on container-to-container
2 parents c980f1c + 432a89f commit 70ebf1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/container-apps/connect-apps.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ Azure Container Apps exposes each container app through a domain name if [ingres
1616

1717
Once you know a container app's domain name, then you can call the location within your application code to connect multiple container apps together.
1818

19+
> [!NOTE]
20+
> When you call another container in the same environment using the FQDN, the network traffic never leaves the environment.
21+
22+
A sample solution showing how you can call between containers using both the FQDN Location or Dapr can be found on [Azure Samples](https://github.com/Azure-Samples/container-apps-connect-multiple-apps)
23+
1924
## Location
2025

21-
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 uses:
26+
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:
2227

2328
- the container app name
2429
- the environment unique identifier

0 commit comments

Comments
 (0)