Skip to content

Commit 713300f

Browse files
updates
1 parent 5050a4f commit 713300f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/container-apps/functions-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 04/03/2025
8+
ms.date: 04/07/2025
99
ms.author: cshoe
1010
---
1111

1212
# Azure Functions on Azure Container Apps overview
1313

14-
Azure Functions provides integrated support for developing, deploying, and managing containerized function apps on Azure Container Apps. Use Azure Container Apps to host your function app containers when you need to run your event-driven functions in Azure in the same environment as other microservices, APIs, websites, workflows, or any container hosted programs.
14+
Azure Functions provides integrated support for developing, deploying, and managing containerized function apps on Azure Container Apps. Use Azure Container Apps for your Functions apps when you need to run in the same environment as other microservices, APIs, websites, workflows, or any container hosted programs.
1515

1616
Container Apps hosting lets you run your functions in a fully supported and managed, container-based environment with built-in support for open-source monitoring, mTLS, Dapr, and Kubernetes Event-driven Autoscaling (KEDA).
1717

@@ -27,7 +27,7 @@ By running Functions in Container Apps, you benefit from automatic scaling, easy
2727

2828
## Scenarios
2929

30-
Azure Functions in Container Apps provides a versatile combination of services to meet the needs of your applications. The following scenarios are representative of the types of situations where paring Azure Container Apps with Azure Functions gives you the control and scaling features you need.
30+
Azure Functions in Container Apps provide a versatile combination of services to meet the needs of your applications. The following scenarios are representative of the types of situations where paring Azure Container Apps with Azure Functions gives you the control and scaling features you need.
3131

3232
- **Line-of-business APIs**: Package custom libraries, packages, and APIs with Functions for line-of-business applications.
3333

articles/container-apps/functions-usage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 04/03/2025
8+
ms.date: 04/07/2025
99
ms.author: cshoe
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
@@ -89,6 +89,9 @@ The following steps show you how to use a sample container image to create your
8989

9090
Application Insights is a monitoring and diagnostic service that provides insights into the performance and usage of your Azure Functions. This monitoring helps you track request rates, response times, failure rates, and other metrics.
9191

92+
> [!TIP]
93+
> By default, a containerized function app monitors port `80` for incoming requests. If your app uses a different port, use the `WEBSITES_PORT` application setting to change the default port.
94+
9295
1. Select **Next > Ingress** to switch to the Ingress section and enter the following values.
9396

9497
| Property | Value |

0 commit comments

Comments
 (0)