diff --git a/quickstart/201-machine-learning-moderately-secure/readme.md b/quickstart/201-machine-learning-moderately-secure/readme.md index 17bbf831..1a43286b 100644 --- a/quickstart/201-machine-learning-moderately-secure/readme.md +++ b/quickstart/201-machine-learning-moderately-secure/readme.md @@ -38,7 +38,7 @@ This configuration describes the minimal set of resources you require to get sta | training_subnet_address_space | Address space of the training subnet | | aks_subnet_address_space | Address space of the aks subnet | | ml_subnet_address_space | Address space of the ML workspace subnet | -| image_build_compute_name | Name of the compute cluster to be created and set to build docker images | +| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | ## Usage diff --git a/quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md b/quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md index c3b68e67..db1c8425 100644 --- a/quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md +++ b/quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md @@ -35,7 +35,7 @@ Please note that this template does not create Azure Private DNS zones. The assu | name | Name of the deployment | | environment | The deployment environment name (used for pre- and postfixing resource names) | | location | The Azure region used for deployments | -| image_build_compute_name | Name of the compute cluster to be created and set to build docker images | +| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | | training_subnet_resource_id | Resource ID of the existing training subnet | | aks_subnet_resource_id | Resource ID of the existing aks subnet | | ml_subnet_resource_id | Resource ID of the existing ML workspace subnet |