We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359a882 commit bbcd43eCopy full SHA for bbcd43e
tools/test_notebooks/README.md
@@ -34,8 +34,8 @@ Some notebooks require access to Azure Storage or other resources. You may need
34
- Add the following variables to the [.env](../notebooks/.env) file in your project root:
35
36
```env
37
- TRAINING_DATA_SAS_URL=<Blob container SAS URL>
38
- TRAINING_DATA_PATH=<Designated folder path under the blob container>
+ training_data_sas_url=<Blob container SAS URL>
+ training_data_path=<Designated folder path under the blob container>
39
REFERENCE_DOC_SAS_URL=<Blob container SAS URL>
40
REFERENCE_DOC_PATH=<Designated folder path under the blob container>
41
```
0 commit comments