Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have the following Azure subscriptions and Azure Machine Learning service workspaces:

You need to obtain a reference to the ml-project workspace.
Solution: Run the following Python code:

Does the solution meet the goal?
Correct Answer: B
Using the constructor, you need to include at least the "subscription_id", "resource_group" and
"workspace_name" as they are REQUIRED.
https://learn.microsoft.com/en-us/python/api/azureml-
core/azureml.core.workspace.workspace?view=azure-ml-py