Skip to content

Commit bbcd43e

Browse files
Fix variable casing for environment variables in README.md
1 parent 359a882 commit bbcd43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Some notebooks require access to Azure Storage or other resources. You may need
3434
- Add the following variables to the [.env](../notebooks/.env) file in your project root:
3535

3636
```env
37-
TRAINING_DATA_SAS_URL=<Blob container SAS URL>
38-
TRAINING_DATA_PATH=<Designated folder path under the blob container>
37+
training_data_sas_url=<Blob container SAS URL>
38+
training_data_path=<Designated folder path under the blob container>
3939
REFERENCE_DOC_SAS_URL=<Blob container SAS URL>
4040
REFERENCE_DOC_PATH=<Designated folder path under the blob container>
4141
```

0 commit comments

Comments
 (0)