A developer needs to run a one-time data migration job in Azure that processes 10 million records. The job must finish within 2 hours and should not affect the production App Service. Which compute option is most appropriate?
-
A
Azure Batch with a pool of VMs sized for parallel task execution
-
B
Azure Functions Consumption plan with a 10-minute timeout
-
C
A WebJob on the existing App Service plan
-
D
Azure Logic Apps with a for-each loop over all records