Skip to content

Commit 695ca73

Browse files
authored
Merge pull request #85081 from sdgilley/patch-5
Update aml-create-in-portal.md
2 parents 42114e8 + e56ff83 commit 695ca73

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

includes/aml-create-in-portal.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +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.
44+
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.
4446

4547
![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.
4650

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.
51+
4852

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.

0 commit comments

Comments
 (0)