List of questions
Related questions
Question 90 - DP-100 discussion
You create a new Azure subscription. No resources are provisioned in the subscription.
You need to create an Azure Machine Learning workspace.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A.
Run Python code that uses the Azure ML SDK library and calls the Workspace.get 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 - gparameters 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.
Your answer:
0 comments
Sorted by
Leave a comment first