From 5173414efeec2085137340f729eebd554f6635e4 Mon Sep 17 00:00:00 2001 From: Dennis Eikelenboom Date: Fri, 17 Sep 2021 14:33:51 -0700 Subject: [PATCH] Include reference to compute --- quickstart/101-machine-learning/readme.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/quickstart/101-machine-learning/readme.md b/quickstart/101-machine-learning/readme.md index ab837093..86ee1c63 100644 --- a/quickstart/101-machine-learning/readme.md +++ b/quickstart/101-machine-learning/readme.md @@ -11,12 +11,14 @@ Network connectivity to the workspace is allowed over public endpoints, making t | Terraform Resource Type | Description | | - | - | -| `azurerm_resource_group` | The resource group all resources get deployed into | -| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace | -| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace | -| `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_resource_group` | The resource group all resources get deployed into. | +| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace. | +| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace. | +| `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. | ## Variables