Skip to content

Commit ac8b38f

Browse files
committed
updating readme variables
1 parent 5c674c6 commit ac8b38f

File tree

1 file changed

+5
-3
lines changed
  • quickstart/202-machine-learning-moderately-secure-existing-VNet

1 file changed

+5
-3
lines changed

quickstart/202-machine-learning-moderately-secure-existing-VNet/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ Please note that this template does not create Azure Private DNS zones. The assu
3535
| name | Name of the deployment | - |
3636
| environment | The deployment environment name (used for pre- and postfixing resource names) | dev |
3737
| 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 | - |
4143
| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | image-builder |
4244
| privatelink_api_azureml_ms_resource_id | Resource ID of the existing privatelink.api.azureml.ms private dns zone | - |
4345
| privatelink_azurecr_io_resource_id | Resource ID of the existing privatelink.azurecr.io private dns zone | - |

0 commit comments

Comments
 (0)