How can I publish multiple Azure Functions dynamically?

Anonymous
2022-02-02T18:43:03.163+00:00

I am trying to find a way to publish multiple Azure Functions more dynamically from Visual Studio.

Currently, I have about 30+ functions to be published in a Visual Studio solution file.
170625-image.png

I had to break down each function piece by piece with some date ranges or other criteria because when I try to move data into Azure Data Factory, it would not take more than 4 MB using Web Activity.

Reference:
https://learn.microsoft.com/en-us/answers/questions/700102/how-to-scale-out-the-size-of-data-moving-using-azu.html

I am trying to find a way to dynamically publish multiple Function from Visual Studio or some other way.

Currently, I have to comment / uncomment the lines that indicate for the name of function in C# file and publish individually.
170707-image.png

Is there any better way to be more dynamic?

Thanks.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-02-02T19:37:51.84+00:00

    @Rodolfo Castelo
    Thank you for help.

    For now, each pipeline is connected to different Azure Function (all because of size limit of Web Activity)..
    I had to break down..

    170640-image.png

    0 comments No comments

  2. Anonymous
    2022-02-06T00:41:22.41+00:00

    @Rodolfo Castelo
    I would like to follow up on my comment.
    Is there any solution to publish multiple functions from visual studio solution file more dynamically?
    Thanks.


Your answer

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