Skip to content

Commit 70ef1e4

Browse files
authored
Merge pull request microsoft#4 from ryhud/ryhud-301
adding Log Analytics to the resources section
2 parents 5341799 + 442a990 commit 70ef1e4

File tree

1 file changed

+6
-5
lines changed
  • quickstart/301-machine-learning-hub-spoke-secure

1 file changed

+6
-5
lines changed

quickstart/301-machine-learning-hub-spoke-secure/readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This configuration describes the full set of resources you require to get starte
1616
| `azurerm_bastion_host` | An Azure Bastion Instance to securely RDP/SSH into Virtual Machines deployed into the Virtual Network |
1717
| `azurerm_windows_virtual_machine` | A Windows Data Science Virtual Machine used for connecting to the Azure Machine Learning workspace |
1818
| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace |
19+
| `azurerm_log_analytics_workspace` | A Log analytics workspace used for Azure Firewall logs and to also host the Workspace-based Application Insights |
1920
| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace |
2021
| `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace |
2122
| `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace |
@@ -25,11 +26,11 @@ This configuration describes the full set of resources you require to get starte
2526
| `azurerm_private_dns_zone` | Private DNS Zones for FQDNs required for Azure Machine Learning and associated resources |
2627
| `azurerm_private_dns_zone_virtual_network_link` | Virtual network links of the Private DNS Zones to the virtual network resource |
2728
| `azurerm_private_endpoint` | Private Endpoints for the Azure Machine Learning workspace and associated resources |
28-
| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance a single-node managed compute. |
29-
| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster as multi-node shared and managed compute. |
30-
| `azurerm_network_security_group` | Network security group with required inbound and outbound rules for Azure Machine Learning. |
31-
| `azurerm_firewall` | An Azure firewall instance used for egress traffic on the Virtual Network. |
32-
| `azurerm_public_ip` | A public IP resource used for the Azure Firewall. |
29+
| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance a single-node managed compute |
30+
| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster as multi-node shared and managed compute |
31+
| `azurerm_network_security_group` | Network security group with required inbound and outbound rules for Azure Machine Learning |
32+
| `azurerm_firewall` | An Azure firewall instance used for egress traffic on the Virtual Network |
33+
| `azurerm_public_ip` | A public IP resource used for the Azure Firewall |
3334

3435
## Variables
3536

0 commit comments

Comments
 (0)