Skip to content

Commit 8e942de

Browse files
Merge pull request #280686 from Akhilesh-microsoft/ACA/Connect_apps
[ACA: Connect-apps]: Verified the article for links and freshness, reviewed the content, verified all the editorial parameters. Article seems good. Updated ms.date
2 parents 6bf2a7c + 2d978ba commit 8e942de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/connect-apps.md

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

1212
# Connect applications in Azure Container Apps
1313

14-
Azure Container Apps exposes each container app through a domain name if [ingress](ingress-overview.md) is enabled. Ingress endpoints can be exposed either publicly to the world and to other container apps in the same environment, or ingress can be limited to only other container apps in the same [environment](environment.md).
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).
1515

16-
You can call other container apps in the same environment from your application code using one of the following methods:
16+
Application code can call other container apps in the same environment using one of the following methods:
1717

1818
- default fully qualified domain name (FQDN)
1919
- a custom domain name
@@ -41,7 +41,7 @@ The following diagram shows how these values are used to compose a container app
4141

4242
## Dapr location
4343

44-
Developing microservices often requires you to implement patterns common to distributed architecture. Dapr allows you to secure microservices with mutual TLS (client certificates), trigger retries when errors occur, and take advantage of distributed tracing when Azure Application Insights is enabled.
44+
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

0 commit comments

Comments
 (0)