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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,11 @@ Please note that this template does not create Azure Private DNS zones. The assu
35
35
| name | Name of the deployment | - |
36
36
| environment | The deployment environment name (used for pre- and postfixing resource names) | dev |
37
37
| location | The Azure region used for deployments | East US |
38
-
| training_subnet_resource_id | Resource ID of the existing training subnet | - |
39
-
| aks_subnet_resource_id | Resource ID of the existing aks subnet | - |
40
-
| ml_subnet_resource_id | Resource ID of the existing ML workspace subnet | - |
38
+
| vnet_resource_group_name | Name of the existing VNet Resource Group | - |
39
+
| vnet_name | Name of the existing VNet | - |
40
+
| training_subnet_name | Name of the existing training subnet | - |
41
+
| aks_subnet_name | Name of the existing aks subnet | - |
42
+
| ml_subnet_name | Name of the existing ML workspace subnet | - |
41
43
| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | image-builder |
42
44
| privatelink_api_azureml_ms_resource_id | Resource ID of the existing privatelink.api.azureml.ms private dns zone | - |
43
45
| privatelink_azurecr_io_resource_id | Resource ID of the existing privatelink.azurecr.io private dns zone | - |
0 commit comments