Skip to content

Commit 642da74

Browse files
author
Larry Franks
committed
writing
1 parent c012c5d commit 642da74

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,8 @@ To create a workspace, you need an Azure subscription. If you don't have an Azur
5757

5858
1. To view the new workspace, select **Go to resource**.
5959

60-
### Download a configuration file
61-
62-
1. If you will be creating a [compute instance](tutorial-1st-experiment-sdk-setup.md#azure), skip this step.
63-
64-
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.
6560

66-
![Download config.json](./media/how-to-manage-workspace/configure.png)
67-
68-
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 compute instance, this file is added to the correct directory on the VM for you.
69-
70-
## Networking
61+
### Networking
7162

7263
> [!IMPORTANT]
7364
> For more information on using a private endpoint and virtual network with your workspace, see [Network isolation and privacy](how-to-enable-virtual-network.md).
@@ -95,7 +86,7 @@ To create a workspace, you need an Azure subscription. If you don't have an Azur
9586
>
9687
> For more information, see [Azure Private Endpoint DNS configuration](/azure/private-link/private-endpoint-dns).
9788
98-
## Advanced
89+
### Advanced
9990

10091
By default, metrics and metadata for the workspace is stored in an Azure Cosmos DB instance that Microsoft maintains. This data is encrypted using Microsoft-managed keys.
10192

@@ -143,7 +134,17 @@ You can upgrade your workspace from Basic edition to Enterprise edition to take
143134

144135

145136
> [!IMPORTANT]
146-
> You cannot downgrade an Enterprise edition workspace to a Basic edition workspace.
137+
> You cannot downgrade an Enterprise edition workspace to a Basic edition workspace.
138+
139+
### Download a configuration file
140+
141+
1. If you will be creating a [compute instance](tutorial-1st-experiment-sdk-setup.md#azure), skip this step.
142+
143+
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.
144+
145+
![Download config.json](./media/how-to-manage-workspace/configure.png)
146+
147+
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 compute instance, this file is added to the correct directory on the VM for you.
147148

148149
## <a name="view"></a>Find a workspace
149150

0 commit comments

Comments
 (0)