Deploying Functions from Same Project to Multiple Azure Function Apps

Komal Dewnani 0 Reputation points
2024-12-10T07:42:15.84+00:00

Hello Azure Community, I have some doubts about Azure Functions and could use your guidance. Our team's project currently has many functions deployed under the same Function App. This setup has resulted in frequent timeouts in our system. When we sought advice, we were told to distribute these functions across multiple Function Apps to reduce the overload. I’m curious to know: Is it possible to deploy multiple functions from the same project to different Function Apps in Azure? If yes, how can this be achieved without creating multiple projects? Any advice or step-by-step guidance would be greatly appreciated. Thanks in advance!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Khadeer Ali 5,990 Reputation points Microsoft External Staff Moderator
    2024-12-10T15:06:38.0433333+00:00

    Hi Komal Dewnani,

    Welcome to the Microsoft Q&A Platform! Thank you for reaching out regarding your query on Deploying Functions from Same Project to Multiple Azure Function Apps.

    We could see the similar thread which suggests It’s generally not supported to deploy different subsets of functions from a single project directly to multiple Function Apps. Please refer the below thread on the similar approach.

    https://learn.microsoft.com/en-us/answers/questions/1591296/deploy-multiple-azure-functions-binaries-using-sin

    Let us know if you have any queries or concerns.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.