Interacting with the Azure ML resource
In the previous chapter, you deployed the packt-learning-mlw
machine learning resource within the packt-azureml-rg
resource group. Navigate to the deployed resource by typing in its name in the top search bar and selecting the resource from the results list:
This will land you on the overview pane of the resource, as shown in Figure 3.2:
- On the left-hand side, you will see the typical resource menu that most of the Azure services have. This menu is also referred to as the left pane.
- At the top, you will see the command bar, which allows you to download the
config.json
file, a file that contains all the information you need to connect to the workspace through the Python SDK, and to delete the machine learning workspace. - Below the command bar, you can see the working pane, which is where you can view information related to the workspace...