You are developing a software solution for an autonomous transportation system. The solution uses large data sets and Azure Batch processing to simulate navigation sets for entire fleets of vehicles.
You need to create compute nodes for the solution on Azure Batch.
What should you do?
- A.In the Azure portal, add a Job to a Batch account.
- B.In a .NET method, call the method: BatchClient.PoolOperations.CreateJob
- C.In Python, implement the class: JobAddParameter
- D.In Azure CLI, run the command: az batch pool create
- E.In a .NET method, call the method: BatchClient.PoolOperations.CreatePool
- F.In Python, implement the class: TaskAddParameter
- G.In the Azure CLI, run the command: az batch account create