Skip to content

Commit e56ff83

Browse files
authored
Update aml-create-in-portal.md
1 parent e26301e commit e56ff83

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

includes/aml-create-in-portal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ ms.date: 07/31/2019
4040

4141
![Workspace creation status](./media/aml-create-in-portal/notifications.png)
4242

43-
1. If your code references this workspace from your local environment, select **Download config.json** from the **Overview** section of the workspace.
43+
1. If you will be using a code-free option from the portal, such as the visual interface or automated ML experiments, you are done now. If you will be creating a [Notebook VM](../articles/machine-learning/service/tutorial-1st-experiment-sdk-setup.md#azure) you are also done.
4444

45-
![Download config.json](./media/aml-create-in-portal/configure.png)
45+
1. If you plan to use code on your local environment that references this workspace, select **Download config.json** from the **Overview** section of the workspace.
4646

47-
Place this JSON file in the directory structure that contains your Python scripts or Jupyter Notebooks. It can be in the same directory, a subdirectory named *.azureml*, or in a parent directory.
47+
![Download config.json](./media/aml-create-in-portal/configure.png)
48+
49+
Place the file into the directory structure with your Python scripts or Jupyter Notebooks. It can be in the same directory, a subdirectory named *.azureml*, or in a parent directory. When you create a Notebook VM, this file is added to correct directory on the VM for you.
4850

49-
If you will be using a [Notebook VM](../articles/machine-learning/service/tutorial-1st-experiment-sdk-setup.md#azure) there is no need to download this file, it is added to correct directory on the VM for you. You also do not need this file if you are using a code-free option from the portal, such as the visual interface or automated ML experiments.
51+
5052

0 commit comments

Comments
 (0)