What is the use of running Azure functions in Azure Container Apps ?

Tejeswar 0 Reputation points
2024-04-26T13:46:53.0933333+00:00

Do we have any cost savings? while we run azure functions in Azure Container Apps.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
395 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
271 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 23,496 Reputation points Microsoft Employee
    2024-04-26T16:15:43.6133333+00:00

    Hello, @Tejeswar !

    What is the advantage of running Azure Functions in Azure Container Apps?

    These are some of the highlights of using Azure Functions in Azure Container Apps:

    • Can be roughly half the cost for vCPU duration for a significant savings (be sure to compare current prices for your location to verify: Azure Container Apps pricing and Azure Functions pricing).
    • Removes the complexity of having to work with Kubernetes APIs.
    • Streamlined management by using your existing Kubernetes cluster.
    • Can be run in the same environment as your other microservices, APIs, websites, workflows, or any container hosted programs including being integrated with DAPR, scaled using KEDA.
    • Increases portability, isolation, and customization.
    • Deployed using AzCLI/Portal/code-to-cloud DevOps tooling into the same compute environment.

    Additional Reading:


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments