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
**Note:** The **BASE_NAME** parameter is used throughout the solution for naming
65
+
**Note:**
66
+
67
+
The **WORKSPACE_NAME** parameter is used for the Azure Machine Learning Workspace creation. You can provide here an existing AML Workspace if you have one.
68
+
69
+
The **BASE_NAME** parameter is used throughout the solution for naming
75
70
Azure resources. When the solution is used in a shared subscription, there can
76
71
be naming collisions with resources that require unique names like azure blob
77
72
storage and registry DNS naming. Make sure to give a unique value to the
78
73
BASE_NAME variable (e.g. MyUniqueML), so that the created resources will have
79
-
unique names (e.g. MyUniqueML-AML-RG, MyUniqueML-AML-WS, etc.). The length of
80
-
the BASE_NAME value should not exceed 10 characters.
74
+
unique names (e.g. MyUniqueML-AML-RG, MyUniqueML-AML-KV, etc.). The length of
75
+
the BASE_NAME value should not exceed 10 characters.
81
76
82
77
Make sure to select the **Allow access to all pipelines** checkbox in the
83
78
variable group configuration.
84
79
80
+
## More variable options
81
+
82
+
There are more variables used in the project. They're defined in two places one for local execution one for using Azure DevOps Pipelines
83
+
84
+
### Local configuration
85
+
86
+
In order to configure the project locally you have to create a copy from `.env.example` to the root and name it `.env`. Fill out all missing values and adjust the existing ones to your needs. Please be aware that the local environment also needs access to the Azure subscription so you have to provide the credentials of your service principal and Azure account information here as well.
87
+
88
+
### Azure DevOps configuration
89
+
90
+
For using Azure DevOps Pipelines all other variables are stored in the file `.pipelines/azdo-variables.yml`. Adjust as needed the variables, also the defaults will give you an easy jump start.
0 commit comments