I'm new to Logic Apps and i have some basic questions. I created the below workflow (1 Trigger + 2 Actions) Where:
1) Reading for any new messages in Azure Service Bus Topic.
2) Then Load the data to Azure Data Lake respective Folders.
With regard to this i have some queries:
In ADLS i'm creating folder like [Subject Area]\YYYY\MM\DD. So from a design perspective is there a way to skip the second step (ADLS Create Folder) or the workflow will ignore if the target folder exists.
If i have 4 different Subject Areas then do i need to create 4
instances of Logic Apps.With respect to Function App and Azure Logic Apps which is more
economical. And how do i scale and Monitor my logic App execution.