Skip to content

Commit 7324584

Browse files
Merge pull request #3910 from sdgilley/sdg-freshness
freshness update - articles/machine-learning/concept-workspace.md
2 parents 32b645a + 61f6beb commit 7324584

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
ms.author: sgilley
1111
author: sdgilley
1212
ms.reviewer: deeikele
13-
ms.date: 04/18/2024
13+
ms.date: 04/03/2025
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
1515
#Customer intent: As a data scientist, I want to understand the purpose of a workspace for Azure Machine Learning.
1616
---
@@ -60,7 +60,7 @@ Your workspace keeps a history of all training runs, with logs, metrics, output,
6060

6161
## Associated resources
6262

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.
6464

6565
+ [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.
6666

@@ -70,20 +70,20 @@ When you create a new workspace, you're required to bring other Azure resources
7070
> * A premium account (Premium_LRS and Premium_GRS)
7171
> * An account with hierarchical namespace (used with Azure Data Lake Storage Gen2).
7272
>
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).
7474
>
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.
7676
>
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.
7878
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.
8080

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.
8282

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.
8484

8585
> [!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.
8787
8888
+ [Azure Application Insights](https://azure.microsoft.com/services/application-insights/). Helps you monitor and collect diagnostic information from your inference endpoints.
8989
:::moniker range="azureml-api-2"
@@ -124,6 +124,7 @@ Once your workspace is set up, you can interact with it in the following ways:
124124

125125
:::moniker range="azureml-api-2"
126126
+ On the web:
127+
+ [Azure portal](https://portal.azure.com)
127128
+ [Azure Machine Learning studio ](https://ml.azure.com)
128129
+ [Azure Machine Learning designer](concept-designer.md)
129130
+ 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.
151152
| Create a compute instance | | **✓** | **✓** | **✓** | **✓** |
152153

153154
> [!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.
155156
156157
## Sub resources
157158

0 commit comments

Comments
 (0)