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/concept-workspace.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
10
10
ms.author: sgilley
11
11
author: sdgilley
12
12
ms.reviewer: deeikele
13
-
ms.date: 04/18/2024
13
+
ms.date: 04/03/2025
14
14
monikerRange: 'azureml-api-2 || azureml-api-1'
15
15
#Customer intent: As a data scientist, I want to understand the purpose of a workspace for Azure Machine Learning.
16
16
---
@@ -60,7 +60,7 @@ Your workspace keeps a history of all training runs, with logs, metrics, output,
60
60
61
61
## Associated resources
62
62
63
-
When you create a new workspace, you're required to bring other Azure resources to store your data. If not provided by you, these resources are automatically be created by Azure Machine Learning.
63
+
When you create a new workspace, you're required to bring other Azure resources to store your data. If not provided by you, Azure Machine Learning automatically creates these resources.
64
64
65
65
+[Azure Storage account](https://azure.microsoft.com/services/storage/). Stores machine learning artifacts such as job logs. By default, this storage account is used when you upload data to the workspace. Jupyter notebooks that are used with your Azure Machine Learning compute instances are stored here as well.
66
66
@@ -70,20 +70,20 @@ When you create a new workspace, you're required to bring other Azure resources
70
70
> * A premium account (Premium_LRS and Premium_GRS)
71
71
> * An account with hierarchical namespace (used with Azure Data Lake Storage Gen2).
72
72
>
73
-
> You can use premium storage or hierarchical namespace as additional storage by [creating a datastore](how-to-datastore.md).
73
+
> You can use premium storage or hierarchical namespace as extra storage by [creating a datastore](how-to-datastore.md).
74
74
>
75
-
> Do not enable hierarchical namespace on the storage account after upgrading to general-purpose v2.
75
+
> Don't enable hierarchical namespace on the storage account after upgrading to general-purpose v2.
76
76
>
77
-
> If you bring an existing general-purpose v1 storage account, you may[upgrade this to general-purpose v2](/azure/storage/common/storage-account-upgrade) after the workspace has been created.
77
+
> If you bring an existing general-purpose v1 storage account, you can[upgrade to general-purpose v2](/azure/storage/common/storage-account-upgrade) after the workspace is created.
78
78
79
-
+[Azure Container Registry (ACR)](https://azure.microsoft.com/services/container-registry/). Stores created docker containers, when you build custom environments via Azure Machine Learning. Deploying AutoML models and data profile will also trigger creation of custom environments.
79
+
+[Azure Container Registry (ACR)](https://azure.microsoft.com/services/container-registry/). Stores created docker containers, when you build custom environments via Azure Machine Learning. Deploying AutoML models and data profile triggers creation of custom environments.
80
80
81
-
Workspaces *can* be created without ACR as a dependency if you do not have a need to build custom docker containers. Azure Machine Learning can read from external container registries.
81
+
Workspaces *can* be created without ACR as a dependency if you don't have a need to build custom docker containers. Azure Machine Learning can read from external container registries.
82
82
83
-
ACR will automatically be provisioned when you build custom docker images. Use [Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview) to prevent customer docker containers from being built.
83
+
ACR is automatically provisioned when you build custom docker images. Use [Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview) to prevent customer docker containers from being built.
84
84
85
85
> [!IMPORTANT]
86
-
> If your subscription setting requires adding tags to resources under it, ACR created by Azure Machine Learning will fail, since we cannot set tags to ACR.
86
+
> If your subscription setting requires adding tags to resources under it, ACR created by Azure Machine Learning fails, since we can't set tags to ACR.
87
87
88
88
+[Azure Application Insights](https://azure.microsoft.com/services/application-insights/). Helps you monitor and collect diagnostic information from your inference endpoints.
89
89
:::moniker range="azureml-api-2"
@@ -124,6 +124,7 @@ Once your workspace is set up, you can interact with it in the following ways:
124
124
125
125
:::moniker range="azureml-api-2"
126
126
+ On the web:
127
+
+[Azure portal](https://portal.azure.com)
127
128
+[Azure Machine Learning studio ](https://ml.azure.com)
+ In any Python environment with the [Azure Machine Learning SDK](https://aka.ms/sdk-v2-install).
@@ -151,7 +152,7 @@ The following workspace management tasks are available in each interface.
151
152
| Create a compute instance ||**✓**|**✓**|**✓**|**✓**|
152
153
153
154
> [!WARNING]
154
-
> Moving your Azure Machine Learning workspace to a different subscription, or moving the owning subscription to a new tenant, is not supported. Doing so may cause errors.
155
+
> Moving your Azure Machine Learning workspace to a different subscription, or moving the owning subscription to a new tenant, isn't supported. Doing so might cause errors.
0 commit comments