File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
quickstart/101-machine-learning Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments