File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9- - waf-avm
109 schedule :
1110 - cron : ' 0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1211 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ var blobContainerName = 'documents'
350350var queueName = 'doc-processing'
351351var clientKey = '${uniqueString (guid (subscription ().id , deployment ().name ))}${newGuidString }'
352352var eventGridSystemTopicName = 'doc-processing'
353- var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev /'
353+ var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main /'
354354
355355@description ('Optional. Image version tag to use.' )
356356param appversion string = 'latest_waf' // Update GIT deployment branch
You can’t perform that action at this time.
0 commit comments