
Ultimate access to all questions.
You have a new Azure subscription with no resources. You must create an Azure Machine Learning workspace. Which three methods can you use to accomplish this? Each correct answer provides a complete solution.
A
Run Python code that uses the Azure ML SDK library and calls the Workspace.create method with name, subscription_id, and resource_group parameters.
B
Navigate to Azure Machine Learning studio and create a workspace.
C
Use the Azure Command Line Interface (CLI) with the Azure Machine Learning extension to call the az group create function with --name and --location parameters, and then the az ml workspace create function, specifying ג€"w and ג€"g parameters for the workspace name and resource group.
D
Navigate to Azure Machine Learning studio and create a workspace.
E
Run Python code that uses the Azure ML SDK library and calls the Workspace.get method with name, subscription_id, and resource_group parameters.