Valid AZ-202 Dumps shared by ExamDiscuss.com for Helping Passing AZ-202 Exam! ExamDiscuss.com now offer the newest AZ-202 exam dumps, the ExamDiscuss.com AZ-202 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-202 dumps with Test Engine here:
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?
Correct Answer: D
Explanation/Reference: Explanation: You can create a pool of compute nodes using the az batch pool create command. The following example creates a pool named mypool of 2 size Standard_A1_v2 nodes running Ubuntu 16.04 LTS. The suggested node size offers a good balance of performance versus cost for this quick example. az batch pool create \ --id mypool --vm-size Standard_A1_v2 \ --target-dedicated-nodes 2 \ --image canonical:ubuntuserver:16.04-LTS \ --node-agent-sku-id "batch.node.ubuntu 16.04" References: https://docs.microsoft.com/en-us/azure/batch/quick-create-cli