You create an Azure Machine Learning workspace and are preparing a local Python environment on a laptop to connect to the workspace and run experiments. You create the following `config.json` file. ```json { "workspace_name": "ml-workspace" } ``` You must use the Azure Machine Learning SDK to interact with data and experiments in the workspace. You need to configure the `config.json` file to connect to the workspace from the Python environment. Which two additional parameters must you add to the `config.json` file in order to connect to the workspace? Each correct answer presents part of the solution. **NOTE:** Each correct selection is worth one point. | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz