
Answer-first summary for fast verification
Answer: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json
The question asks for the YAML schema to create a compute cluster in Azure Machine Learning using CLI v2. According to the community discussion with upvoted comments and Microsoft documentation references, the correct schema is amlCompute.schema.json (Option B). This schema is specifically designed for Azure ML compute clusters, which are managed, scalable compute targets used for training machine learning models. The other options are incorrect: computeInstance.schema.json (A) is for single-user development workstations, vmCompute.schema.json (C) is for attaching existing virtual machines, and kubernetesCompute.schema.json (D) is for attaching Azure Arc-enabled Kubernetes clusters.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing an Azure Machine Learning workspace with the Azure CLI ml extension v2.
You must define a YAML specification to create a compute cluster.
Which YAML schema should you use?
No comments yet.