Can multiple azure functions be created in the same project?

sravya shivapuram 211 Reputation points
2022-03-21T15:42:22.57+00:00

Hi,

I have an existing project in Visual Studio 2019 which is a timer azure function app. This timer job is set to run for every 15 sec. I now want to add another timer azure function that needs to run once a month. How can I achieve this? Will it be a problem if there are 2 azure functions in the same .net project?

Any help is greatly appreciated. Thank you in advance.

Regards
SLS

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

Accepted answer
  1. Nasreen Akter 10,791 Reputation points
    2022-03-21T16:04:47.973+00:00

    HI @sravya shivapuram ,

    Thank you for the ask. Yes, you can have multiple functions inside the same functionApp. One thing is, the functions will share the same resources e.g., pricing plan, runtime version, storage, appInsights, deployment method, etc.

    Hope this helps, thanks!

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Adrian Griffith 61 Reputation points
    2022-07-29T16:15:46.04+00:00

    Question: What is the impact on monitoring with application insights? That is One function/project vs. Multiple functions/project.

    thanks

    0 comments No comments