Skip to content

Commit c2ded7b

Browse files
authored
Reflect latest variable state
1 parent bb5e589 commit c2ded7b

File tree

1 file changed

+5
-1
lines changed
  • quickstart/201-machine-learning-moderately-secure

1 file changed

+5
-1
lines changed

quickstart/201-machine-learning-moderately-secure/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ To learn more about security configurations in Azure Machine Learning, see [Ente
3636
| name | Name of the deployment |
3737
| environment | The deployment environment name (used for pre- and postfixing resource names) |
3838
| location | The Azure region used for deployments |
39-
39+
| vnet_address_space | Address space of the virtual network |
40+
| training_subnet_address_space | Address space of the training subnet |
41+
| aks_subnet_address_space | Address space of the aks subnet |
42+
| ml_subnet_address_space | Address space of the ML workspace subnet |
43+
| image_build_compute_name | Name of the compute cluster to be created and set to build docker images |
4044

4145
## Usage
4246

0 commit comments

Comments
 (0)