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/v1/how-to-manage-workspace.md
+6-34Lines changed: 6 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ You can create a workspace [directly in Azure Machine Learning studio](../quicks
74
74
)
75
75
```
76
76
77
-
***[Sovereign cloud](../reference-machine-learning-cloud-parity.md)**. You'll need extra code to authenticate to Azure if you're working in a sovereign cloud.
77
+
***[Sovereign cloud](../reference-machine-learning-cloud-parity.md)**. You need extra code to authenticate to Azure if you're working in a sovereign cloud.
@@ -92,38 +92,10 @@ You can create a workspace [directly in Azure Machine Learning studio](../quicks
92
92
)
93
93
```
94
94
95
-
***Use existing Azure resources**. You can also create a workspace that uses existing Azure resources with the Azure resource IDformat. Find the specific Azure resource IDs in the Azure portal orwith the SDK. This example assumes that the resource group, storage account, key vault, App Insights, and container registry already exist.
For more information, see [Workspace SDK reference](/python/api/azureml-core/azureml.core.workspace.workspace).
125
97
126
-
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](how-to-setup-authentication.md), as well as the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
98
+
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](how-to-setup-authentication.md), and the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
127
99
128
100
129
101
### Networking
@@ -175,7 +147,7 @@ from azureml.core import Workspace
175
147
176
148
### Download a configuration file
177
149
178
-
If you'll be using a [compute instance](../quickstart-create-resources.md) in your workspace to run your code, skip this step. The compute instance will create and store a copy of this file for you.
150
+
If you are using a [compute instance](../quickstart-create-resources.md) in your workspace to run your code, skip this step. The compute instance will create and store a copy of this filefor you.
179
151
180
152
If you plan to use code on your local environment that references this workspace (`ws`), write the configuration file:
181
153
@@ -189,7 +161,7 @@ Place the file into the directory structure with your Python scripts or Jupyter
189
161
190
162
## Connect to a workspace
191
163
192
-
In your Python code, you create a workspace object to connect to your workspace. This code will read the contents of the configuration file to find your workspace. You'll get a prompt to sign in if you aren't already authenticated.
164
+
In your Python code, you create a workspace object to connect to your workspace. This code reads the contents of the configuration file to find your workspace. You get a prompt to sign inif you aren't already authenticated.
***[Sovereign cloud](../reference-machine-learning-cloud-parity.md)**. You'll need extra code to authenticate to Azure if you're working in a sovereign cloud.
186
+
***[Sovereign cloud](../reference-machine-learning-cloud-parity.md)**. You need extra code to authenticate to Azure if you're working in a sovereign cloud.
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](../how-to-setup-authentication.md), as well as the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
198
+
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](../how-to-setup-authentication.md), and the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
0 commit comments