Designing and Implementing a Data Science Solution on Azure — Question 79

You manage an Azure Machine Learning workspace by using the Azure CLI ml extension v2.

You need to define a YAML schema to create a compute cluster.

Which schema should you use?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the amlCompute.schema.json is specifically designed for defining compute clusters in Azure Machine Learning. Options A, C, and D refer to other types of compute resources and are not suitable for creating a compute cluster.