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/201-machine-learning-moderately-secure/readme.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,17 @@ This configuration describes the minimal set of resources you require to get sta
29
29
30
30
## Variables
31
31
32
-
| Name | Description |
33
-
|-|-|
34
-
| name | Name of the deployment |
35
-
| environment | The deployment environment name (used for pre- and postfixing resource names) |
36
-
| location | The Azure region used for deployments |
37
-
| vnet_address_space | Address space of the virtual network |
38
-
| training_subnet_address_space | Address space of the training subnet |
39
-
| aks_subnet_address_space | Address space of the aks subnet |
40
-
| ml_subnet_address_space | Address space of the ML workspace subnet |
41
-
| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) |
32
+
| Name | Description | Default |
33
+
|-|-|-|
34
+
| name | Name of the deployment | - |
35
+
| environment | The deployment environment name (used for pre- and postfixing resource names) | dev |
36
+
| location | The Azure region used for deployments | East US |
37
+
| vnet_address_space | Address space of the virtual network |["10.0.0.0/16"]|
38
+
| training_subnet_address_space | Address space of the training subnet |["10.0.1.0/24"]|
39
+
| aks_subnet_address_space | Address space of the aks subnet |["10.0.2.0/23"]|
40
+
| ml_subnet_address_space | Address space of the ML workspace subnet |["10.0.0.0/24"]|
41
+
| image_build_compute_name | Name of the compute cluster to be created and configured for building docker images (Azure ML Environments) | image-builder |
0 commit comments