You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ for private network connectivity using [Azure Private Link](https://docs.microso
8
8
9
9
This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up. This configurations assumes that you have existing network components to reuse. The [201 example](../201-machine-learning-moderately-secure/readme.md), alternatively creates new network components.
10
10
11
+
Please note that this template does not configure Azure Private DNS zones. The assumption is that you have already configured DNS zones that are linked to your virtual network resources, or use your private DNS.
12
+
11
13
## Resources
12
14
13
15
| Terraform Resource Type | Description |
@@ -20,8 +22,6 @@ This configuration describes the minimal set of resources you require to get sta
20
22
|`azurerm_machine_learning_workspace`| An Azure Machine Learning workspace instance |
21
23
|`azurerm_virtual_network`| An Azure Machine Learning workspace instance |
22
24
|`azurerm_subnet`| An Azure Machine Learning workspace instance |
23
-
|`azurerm_private_dns_zone`| Private DNS Zones for FQDNs required for Azure Machine Learning and associated resources |
24
-
|`azurerm_private_dns_zone_virtual_network_link`| Virtual network links of the Private DNS Zones to the virtual network resource |
25
25
|`azurerm_private_endpoint`| Private Endpoints for the Azure Machine Learning workspace and associated resources |
26
26
|`azurerm_machine_learning_compute_instance`| An Azure Machine Learning compute instance a single-node managed compute. |
27
27
|`azurerm_machine_learning_compute_cluster`| An Azure Machine Learning compute cluster as multi-node shared and managed compute. |
0 commit comments