From 790fbc87d35b7d63b84f1e6a15e11fa07afbbc2d Mon Sep 17 00:00:00 2001 From: Dennis Eikelenboom Date: Fri, 17 Sep 2021 14:35:06 -0700 Subject: [PATCH] Update compute resources description --- quickstart/101-machine-learning/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart/101-machine-learning/readme.md b/quickstart/101-machine-learning/readme.md index 86ee1c63..acfa0b50 100644 --- a/quickstart/101-machine-learning/readme.md +++ b/quickstart/101-machine-learning/readme.md @@ -17,8 +17,8 @@ Network connectivity to the workspace is allowed over public endpoints, making t | `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace. | | `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace. | | `azurerm_machine_learning_workspace` | An Azure Machine Learning workspace instance. | -| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance. | -| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster. | +| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance a single-node managed compute. | +| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster as multi-node shared and managed compute. | ## Variables