Scenario: The Tivan Group, a prestigious and powerful organization in the galactic community, is known for its vast wealth and impactful contributions across the galaxy. Under the leadership of Taneleer Tivan (The Collector), the group is integrating Microsoft Azure into its operations. Project Details: The IT team is actively setting up an Azure Machine Learning workspace. The lead developer is preparing a local Python environment on a laptop computer to connect to the workspace and run experiments. A config.json file has been created with the following structure: JSON { “ workspace_name ” : “ ml_workspace ” } Requirements: Utilize the Azure Machine Learning SDK to interact with data and experiments in the workspace. Properly configure th e config.json file to enable workspace connectivity from the Python environment. Question: Which additional parameters must the developer add to the config.json file to successfully connect to the Azure Machine Learning workspace? (Select two.)