Reflect latest variable state

This commit is contained in:
Dennis Eikelenboom 2021-09-17 14:43:57 -07:00 committed by GitHub
parent bb5e5893e7
commit c2ded7bfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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