Skip to content

Commit e16b524

Browse files
committed
rewording
1 parent 0b3769f commit e16b524

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@ When you create a new workspace, you're required to bring other Azure resources
7676
>
7777
> If you bring an existing general-purpose v1 storage account, you may [upgrade this to general-purpose v2](../storage/common/storage-account-upgrade.md) after the workspace has been created.
7878
79-
+ [Azure Container Registry](https://azure.microsoft.com/services/container-registry/). Stores created docker containers, when you build custom environments via Azure Machine Learning. Scenarios that trigger creation of custom environments include AutoML when deploying models and data profiling.
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.
8080

81-
> [!TIP]
82-
> Workspaces can be created without Azure Container Registry as a dependency if you do not have a need to build custom docker containers. Azure Machine Learning works with external container registries to read curated images. Azure Container Registry will automatically be provisioned when you build custom docker images. Use Azure RBAC to prevent customer docker containers from being built.
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.
8382

84-
> [!NOTE]
85-
> If your subscription setting requires adding tags to resources under it, Azure Container Registry (ACR) created by Azure Machine Learning will fail, since we cannot set tags to ACR.
83+
ACR will automatically be provisioned when you build custom docker images. Use [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md) to prevent customer docker containers from being built.
84+
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.
8687
8788
+ [Azure Application Insights](https://azure.microsoft.com/services/application-insights/). Helps you monitor and collect diagnostic information from your inference endpoints.
8889
:::moniker range="azureml-api-2"

0 commit comments

Comments
 (0)