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.
330 questions
{count} votes

Accepted answer
  1. 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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.