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
Using the GenericContainerRegistry workspace connection, you can specify an external registry, such as Nexus or Artifactory, for image builds. Environment images will be pushed and served from the specified registry, and the previous cache will be ignored.
547
+
548
+
# [Azure CLI](#tab/cli)
549
+
550
+
Create a connection using the following YAML files. Be sure to update the appropriate values:
env_docker_conda = Environment(image="<base image>", conda_file="<yml file>", name="docker-image-plus-conda-example", description="Environment created from a Docker image plus Conda environment.")
1. Navigate to the [Azure Machine Learning studio](https://ml.azure.com/).
649
+
650
+
1. Under **Manage** in the left navigation, select **Connections** and then select **Create**.
651
+
652
+
:::image type="content" source="media/how-to-connection/how-to-manage-connections-create.png" lightbox="media/how-to-connection/create-new-data-connection.png" alt-text="Screenshot showing the start of creating a new connection in Azure Machine Learning studio UI.":::
653
+
654
+
1. Under **Other resources types**, select **Generic Container Registry*
655
+
:::image type="content" source="media/how-to-connection/how-to-connect-generic-container-registry.png" lightbox="media/how-to-connection/create-new-data-connection.png" alt-text="Screenshot highlighting the option to connect to a generic container registry in Azure Machine Learning studio UI.":::
656
+
657
+
1. Input the required information, and then select **Add connection**
658
+
:::image type="content" source="media/how-to-connection/how-to-connect-add-connection.png" lightbox="media/how-to-connection/create-new-data-connection.png" alt-text="Screenshot showing the input fields for connecting to a generic container registry in Azure Machine Learning studio UI.":::
659
+
660
+
---
661
+
542
662
## Related content
543
663
544
664
If you use a data connection (Snowflake DB, Amazon S3, or Azure SQL DB), these articles offer more information:
0 commit comments