Skip to content

Commit 9b52374

Browse files
committed
Merge remote-tracking branch 'ramya/master' into ramya
2 parents 508da3b + 9745db0 commit 9b52374

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

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

1010
# Azure Container Apps hosting of Azure Functions
1111

12-
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 KEDA.
12+
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 KEDA (Kubernetes Event Driven Autoscaling).
1313

1414
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.
1515

@@ -48,12 +48,15 @@ When you make changes to your functions code, you must rebuild and republish you
4848
Azure Functions currently supports the following methods of deploying a containerized function app to Azure Container Apps:
4949

5050
+ [Azure CLI](./functions-deploy-container-apps.md)
51-
+ Azure portal
52-
+ GitHub Actions
53-
+ Azure Pipeline tasks
54-
+ ARM templates
51+
+ [Azure portal](https://aka.ms/funconacablade)
52+
+ [GitHub Actions](https://github.com/Azure/azure-functions-on-container-apps/tree/main/samples/GitHubActions)
53+
+ [Azure Pipeline tasks](https://github.com/Azure/azure-functions-on-container-apps/tree/main/samples/AzurePipelineTasks)
54+
+ [ARM templates](https://learn.microsoft.com/azure/templates/microsoft.web/sites?pivots=deployment-language-arm-template)
5555
+ [Bicep templates](https://github.com/Azure/azure-functions-on-container-apps/tree/main/samples/Biceptemplates)
5656
+ [Azure Functions Core Tools](functions-run-local.md#deploy-containers)
57+
+ [Azd](https://github.com/Azure/azure-functions-on-container-apps/tree/main/samples/azdtemplates)
58+
+ [Maven](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Functions:-Configuration-Details#properties-for-azure-container-apps-hosting-of-azure-functions)
59+
+ [Visual Studio Code](https://github.com/Azure/azure-functions-on-container-apps/tree/main/samples/VSCode%20Sample)
5760

5861

5962
## Virtual network integration

0 commit comments

Comments
 (0)