Share via

Design : Azure Batch <-> Azure Function

Soni 291 Reputation points Microsoft Employee
2021-06-10T14:37:34.817+00:00

Hello Team,

I am working on implementing Azure function(message based triggered) as orchestrator , which will invoke Azure Batch tasks/jobs accordingly. The number of messages varies from 10-1000 messages at a time.

Need inputs on how to configure the Azure Batch Pool(like VM node size, no. of nodes, tasks per node allocation) based on number of messages to be processed at a given time. I understand we can take advantage of AutoScale feature, any guidance with examples.

For a single message, my application(c#) takes 2 mins to process the message and generate output files on StandardA2 2vCPU, 8 GB memory node.

Regards,
Soni

Azure Batch
Azure Batch

An Azure service that provides cloud-scale job scheduling and compute management.


Answer accepted by question author

Soni 291 Reputation points Microsoft Employee
2021-06-28T05:21:10.73+00:00

@prmanhas-MSFT - Thanks for the reference..I will have a look and revert back if I have any additional questions. Thanks

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

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.