Skip to content

Commit 89cf3c1

Browse files
authored
Merge pull request #299908 from niteshj11/patch-3
Create functions-aca-v2-note
2 parents 80efb4c + 15afa47 commit 89cf3c1

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed

articles/azure-functions/functions-container-apps-hosting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: build-2024, linux-related-content
99

1010
# Azure Container Apps hosting of Azure Functions
1111

12+
[!INCLUDE [functions-aca-v2-note](../../includes/functions-aca-v2-note.md)]
13+
1214
Azure Functions provides integrated support for developing, deploying, and managing containerized function apps on [Azure Container Apps](../container-apps/overview.md). 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. Container Apps hosting lets you run your functions in a fully managed, Kubernetes-based environment with built-in support for open-source monitoring, mTLS, Dapr, and Kubernetes Event-driven Autoscaling (KEDA).
1315

1416
You can write your function code in any [language stack supported by Functions](supported-languages.md). You can use the same Functions triggers and bindings with event-driven scaling. You can also use existing Functions client tools and the Azure portal to create containers, deploy function app containers to Container Apps, and configure continuous deployment.
@@ -140,3 +142,5 @@ Keep in mind the following considerations when deploying your function app conta
140142

141143
+ [Hosting and scale](./functions-scale.md)
142144
+ [Create your first containerized functions on Container Apps](./functions-deploy-container-apps.md)
145+
+ [Native Azure Functions Support in Azure Container Apps](../../articles/container-apps/functions-overview.md)
146+
+ [Create your Native Azure Functions on Azure Container Apps](../../articles/container-apps/functions-usage.md)

articles/azure-functions/functions-deploy-container-apps.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ zone_pivot_groups: programming-languages-set-functions
1111

1212
In this article, you create a function app running in a Linux container and deploy it to an Azure Container Apps environment from a container registry. By deploying to Container Apps, you're able to integrate your function apps into cloud-native microservices. For more information, see [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md).
1313

14+
[!INCLUDE [functions-aca-v2-note](../../includes/functions-aca-v2-note.md)]
15+
1416
This article shows you how to create functions running in a Linux container and deploy the container to a Container Apps environment.
1517

1618
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account, which you can minimize by [cleaning-up resources](#clean-up-resources) when you're done.
@@ -189,7 +191,11 @@ az group delete --name AzureFunctionsContainers-rg
189191
## Next steps
190192

191193
> [!div class="nextstepaction"]
192-
> [Azure Container Apps hosting of Azure Functions](./functions-container-apps-hosting.md)
194+
> [Azure Container Apps hosting of Azure Functions](./functions-container-apps-hosting.md)
195+
> [!div class="nextstepaction"]
196+
> [Native Azure Functions Support in Azure Container Apps](../../articles/container-apps/functions-overview.md)
197+
> [!div class="nextstepaction"]
198+
> [Create your Native Azure Functions on Azure Container Apps](../../articles/container-apps/functions-usage.md)
193199
> [!div class="nextstepaction"]
194200
> [Working with containers and Azure Functions](./functions-how-to-custom-container.md)
195201
> [!div class="nextstepaction"]

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ zone_pivot_groups: functions-container-hosting
1111

1212
:::zone pivot="container-apps"
1313
This article demonstrates the support that Azure Functions provides for working with containerized function apps running in an Azure Container Apps environment. For more information, see [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md).
14+
15+
[!INCLUDE [functions-aca-v2-note](../../includes/functions-aca-v2-note.md)]
16+
1417
::: zone-end
1518
:::zone pivot="azure-functions,azure-arc"
1619
This article demonstrates the support that Azure Functions provides for working with function apps running in Linux containers.
@@ -407,8 +410,10 @@ SSH enables secure communication between a container and a client. With SSH enab
407410
The following articles provide more information about deploying and managing containers:
408411
409412
+ [Azure Container Apps hosting of Azure Functions](./functions-container-apps-hosting.md)
413+
+ [Native Azure Functions Support in Azure Container Apps](../../articles/container-apps/functions-overview.md)
414+
+ [Create your Native Azure Functions on Azure Container Apps](../../articles/container-apps/functions-usage.md)
410415
+ [Scale and hosting options](functions-scale.md)
411416
+ [Kubernetes-based serverless hosting](functions-kubernetes-keda.md)
412417
413418
414-
[Azure portal]: https://portal.azure.com
419+
[Azure portal]: https://portal.azure.com

articles/container-apps/functions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ To sign in to Azure from the CLI, run the following command and follow the promp
210210
211211
## Related content
212212
213-
- [Create your first containerized functions](/azure/azure-functions/functions-deploy-container-apps)
213+
- [Azure Functions on Azure Container Apps overview](../../articles/container-apps/functions-overview.md)

includes/functions-aca-v2-note.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: niteshj11
3+
ms.service: azure-functions
4+
ms.custom: fn-on-aca-related-content
5+
ms.topic: include
6+
ms.date: 05/15/2025
7+
ms.author: niteshjain
8+
---
9+
> [!IMPORTANT]
10+
> A new hosting method for running Azure Functions directly in Azure Container Apps is now available (see [announcement](https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-native-azure-functions-support-in-azure-container-apps/4414039)) and recommended for most new workloads. This integration allows you to leverage the full features and capabilities of Azure Container Apps while benefiting from the functions programming model and simplicity of auto-scaling provided by Azure Functions.
11+
>
12+
> For more information, see [Native Azure Functions Support in Azure Container Apps](../articles/container-apps/functions-overview.md)

0 commit comments

Comments
 (0)