If you would like to update the solution to leverage your own data please follow the steps below.
Note: you will need to complete the deployment steps here before proceeding.
-
Your data will need to be in JSON or wav format with the file name formated prefixed with "convo" then a GUID followed by a timestamp. For more examples of the data format, please review the sample transcripts and audio data included here
- Example: convo_32e38683-bbf7-407e-a541-09b37b77921d_2024-12-07 04%3A00%3A00
-
Navigate to the storage account in the resource group you are using for this solution.
-
Open the
datacontainer
Note for WAF-aligned deployments: If your deployment uses private networking, you'll need to log into a VM within the virtual network to upload files. See VM login instructions below.
- If you have audio files, upload them to
custom_audiodatafolder. If you have call transcript files, upload them tocustom_transcriptsfolder. - Navigate to the terminal and run the
run_process_data_scripts.shto process the new data into the solution with the following commands.a. resourcegroupname_param - the name of the resource group.cd infra/scripts az login bash run_process_data_scripts.sh resourcegroupname_param
For WAF-aligned deployments with private networking:
- Navigate to your VM in the Azure portal
- Click Connect → Bastion
- Enter your VM credentials (username and password) and click Connect
- Wait for the Bastion connection to establish - this may take a few moments
- Once connected, you'll have access to the VM desktop/terminal interface