Skip to content

Commit 1454003

Browse files
Incorporated suggestion Update articles/container-apps/functions-overview.md
Incorporated suggestion Co-authored-by: Craig Shoemaker <[email protected]>
1 parent cb0eced commit 1454003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/functions-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ This makes ACA ideal for both bursty and steady-state workloads. To learn more,
126126

127127
Azure Functions on Container Apps benefit from Container Apps’ robust [networking](../container-apps/networking.md) and [security features](../container-apps/security.md) for secure, scalable deployments:
128128

129-
- **VNet Integration**: Access private resources securely via internal endpoints and private databases.
130-
- **Managed Identity**: Authenticate with Azure services using system/user-assigned identities—no secrets or connection strings needed.
131-
- **Dapr Support**: Enable pub/sub, state management, and secure service invocation via Dapr sidecars. (To learn more see [Microservice APIs powered by Dapr](../container-apps/dapr-overview.md))
132-
- **Ingress &amp; TLS**: Expose secure HTTP endpoints with TLS/mTLS, custom domains, or keep them internal.
129+
- **VNet integration**: Access private resources securely via internal endpoints and private databases.
130+
- **Managed identity**: Authenticate with Azure services using system/user-assigned identities—no secrets or connection strings needed.
131+
- **Dapr support**: Enable pub/sub, state management, and secure service invocation via Dapr sidecars. For more information, see see [Microservice APIs powered by Dapr](../container-apps/dapr-overview.md).
132+
- **Ingress and TLS**: Expose secure HTTP endpoints with TLS/mTLS, custom domains, or keep them internal.
133133
- **Environment Isolation**: Functions share ACA environment boundaries for secure, scoped communication.
134134

135135
These capabilities make ACA-hosted Functions ideal for enterprise-grade, secure serverless applications.

0 commit comments

Comments
 (0)