@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..
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
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.
Is there any better way to be more dynamic?
Thanks.
@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..
@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.