From c2ded7bfd46a3e7c28934418e6b9b7d00022814a Mon Sep 17 00:00:00 2001 From: Dennis Eikelenboom Date: Fri, 17 Sep 2021 14:43:57 -0700 Subject: [PATCH] Reflect latest variable state --- quickstart/201-machine-learning-moderately-secure/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quickstart/201-machine-learning-moderately-secure/readme.md b/quickstart/201-machine-learning-moderately-secure/readme.md index 45d1fbe5..e0696859 100644 --- a/quickstart/201-machine-learning-moderately-secure/readme.md +++ b/quickstart/201-machine-learning-moderately-secure/readme.md @@ -36,7 +36,11 @@ To learn more about security configurations in Azure Machine Learning, see [Ente | name | Name of the deployment | | environment | The deployment environment name (used for pre- and postfixing resource names) | | location | The Azure region used for deployments | - +| vnet_address_space | Address space of the virtual network | +| training_subnet_address_space | Address space of the training subnet | +| aks_subnet_address_space | Address space of the aks subnet | +| ml_subnet_address_space | Address space of the ML workspace subnet | +| image_build_compute_name | Name of the compute cluster to be created and set to build docker images | ## Usage