An Azure service that provides cloud-scale job scheduling and compute management.
@prmanhas-MSFT - Thanks for the reference..I will have a look and revert back if I have any additional questions. Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
An Azure service that provides cloud-scale job scheduling and compute management.
Answer accepted by question author
@prmanhas-MSFT - Thanks for the reference..I will have a look and revert back if I have any additional questions. Thanks