Skip to content

Commit 596863e

Browse files
authored
Added new section networking and Security
Added new section networking and Security
1 parent 37b59f6 commit 596863e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/container-apps/functions-overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@ Azure Functions on ACA scale automatically based on events using KEDA, with no n
122122

123123
This makes ACA ideal for both bursty and steady-state workloads. To learn more, see [set scaling rules in azure container apps](../container-apps/scale-app.md)
124124

125+
## Networking and Security
126+
127+
Azure Functions on ACA benefit from ACA’s robust [networking](../container-apps/networking.md) and [security features](../container-apps/security.md) for secure, scalable deployments:
128+
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 & TLS**: Expose secure HTTP endpoints with TLS/mTLS, custom domains, or keep them internal.
133+
- **Environment Isolation**: Functions share ACA environment boundaries for secure, scoped communication.
134+
135+
These capabilities make ACA-hosted Functions ideal for enterprise-grade, secure serverless applications.
136+
125137
## Application logging
126138

127139
You can monitor your containerized function app hosted in Container Apps using Azure Monitor Application Insights in the same way you do with apps hosted by Azure Functions. For more information, see [Monitor Azure Functions](/azure/azure-functions/monitor-functions).

0 commit comments

Comments
 (0)