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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ Please note that this template does not create Azure Private DNS zones. The assu
41
41
| aks_subnet_name | Name of the existing aks subnet | - |
42
42
| ml_subnet_name | Name of the existing ML workspace subnet | - |
43
43
| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | image-builder |
44
+
| vnet_resource_group_name | Name of the resource group for the existing VNet | - |
45
+
| vnet_name | Name of the existing VNet | - |
46
+
| training_subnet_name | Name of the existing training subnet | - |
47
+
| aks_subnet_name | Name of the existing AKS subnet | - |
48
+
| ml_subnet_name | Name of the existing ML workspace subnet | - |
44
49
| privatelink_api_azureml_ms_resource_id | Resource ID of the existing privatelink.api.azureml.ms private dns zone | - |
45
50
| privatelink_azurecr_io_resource_id | Resource ID of the existing privatelink.azurecr.io private dns zone | - |
46
51
| privatelink_notebooks_azure_net_resource_id | Resource ID of the existing privatelink.notebooks.azure.net private dns zone | - |
0 commit comments