-2

everyone.

Is there any way to schedule a work on Azure Batch from Logic App? I would like to process a file by its insertion event in Blob Storage.

If you know other methodologies to do that, I will appreciate your help. :-)

Thank you!

  • Welcome to Stack overflow `:)` I am not a down voter but I can definitely see that this question is very open ended, see here: https://stackoverflow.com/help/how-to-ask also try to co-relate how and at least provide links to various tools and scenarios in play here. Hope, this helps in better formatting this question so that we can help you. – Tats_innit May 20 '19 at 01:14

1 Answers1

0

From your description, you don't need Azure Batch and logic app doesn't support Azure Batch.

As for your requirement, you could just use Blob connector to implement. There is a trigger: When a blob is added or modified (properties only), I suppose this is what you want, after the trigger you could add actions to process your blob file.

George Chen
  • 13,703
  • 2
  • 11
  • 26