Skip to content

Commit 5173414

Browse files
authored
Include reference to compute
1 parent a9b0bd7 commit 5173414

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

quickstart/101-machine-learning/readme.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ Network connectivity to the workspace is allowed over public endpoints, making t
1111

1212
| Terraform Resource Type | Description |
1313
| - | - |
14-
| `azurerm_resource_group` | The resource group all resources get deployed into |
15-
| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace |
16-
| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace |
17-
| `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace |
18-
| `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace |
19-
| `azurerm_machine_learning_workspace` | An Azure Machine Learning workspace instance |
14+
| `azurerm_resource_group` | The resource group all resources get deployed into. |
15+
| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace. |
16+
| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace. |
17+
| `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace. |
18+
| `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace. |
19+
| `azurerm_machine_learning_workspace` | An Azure Machine Learning workspace instance. |
20+
| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance. |
21+
| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster. |
2022

2123
## Variables
2224

0 commit comments

Comments
 (0)