You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-workspace.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,8 @@ To create a workspace, you need an Azure subscription. If you don't have an Azur
57
57
58
58
1. To view the new workspace, select **Go to resource**.
59
59
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.
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
71
62
72
63
> [!IMPORTANT]
73
64
> 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
95
86
>
96
87
> For more information, see [Azure Private Endpoint DNS configuration](/azure/private-link/private-endpoint-dns).
97
88
98
-
## Advanced
89
+
###Advanced
99
90
100
91
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.
101
92
@@ -143,7 +134,17 @@ You can upgrade your workspace from Basic edition to Enterprise edition to take
143
134
144
135
145
136
> [!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.
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.
0 commit comments