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!
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!
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.