
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 official 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: Option A (computeInstance.schema.json) is for single-user development workstations, Option C (vmCompute.schema.json) is for attaching existing virtual machines, and Option D (kubernetesCompute.schema.json) is for attaching Azure Arc-enabled Kubernetes clusters.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are managing an Azure Machine Learning workspace with the Azure CLI ml extension v2.
You need to define a YAML specification to create a compute cluster.
Which YAML structure should you use?