Skip to content

Commit 1bc6c40

Browse files
authored
Simplify ACR dependency
1 parent d2ebedb commit 1bc6c40

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,7 @@ When you create a new workspace, you're required to bring other Azure resources
7171
> Do not enable hierarchical namespace on the storage account after upgrading to general-purpose v2.
7272
> 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.
7373
74-
+ [Azure Container Registry](https://azure.microsoft.com/services/container-registry/). Stores created docker containers, when you build custom environments via Azure Machine Learning. For example, in the following scenarios:
75-
* [Azure Machine Learning environments](concept-environments.md) when training and deploying models
76-
:::moniker range="azureml-api-2"
77-
* [AutoML](concept-automated-ml.md) when deploying models
78-
:::moniker-end
79-
:::moniker range="azureml-api-1"
80-
* [AutoML](./v1/concept-automated-ml-v1.md) when deploying model
81-
:::moniker-end
82-
* [Data profiling](v1/how-to-connect-data-ui.md#data-preview-and-profile)
74+
+ [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 whden deploying models and data profiling.
8375

8476
> [!NOTE]
8577
> Workspaces can be created without Azure Container Registry as a dependency if you do not have a need to build custom docker containers. To read container images, Azure Machine Learning also works with external container registries. Azure Container Registry is automatically provisioned when you build custom docker images. Use Azure RBAC to prevent customer docker containers from being build.

0 commit comments

Comments
 (0)