File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ If you would like to update the solution to leverage your own data please follow
11111 . Navigate to the storage account in the resource group you are using for this solution.
12122 . Open the ` data ` container
13133 . If you have audio files, upload them to ` custom_audiodata ` folder. If you have call transcript files, upload them to ` custom_transcripts ` folder.
14- 4 . Navigate to the terminal and run the ` run_process_data_script .sh` to process the new data into the solution with the following commands.
14+ 4 . Navigate to the terminal and run the ` run_process_data_scripts .sh` to process the new data into the solution with the following commands.
1515 ``` shell
1616 cd infra/scripts
1717
1818 az login
1919
20- bash run_process_data_script .sh resourcegroupname_param
20+ bash run_process_data_scripts .sh resourcegroupname_param
2121 ```
2222 a. resourcegroupname_param - the name of the resource group.
2323
You can’t perform that action at this time.
0 commit comments