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 9571f65 commit cc9659aCopy full SHA for cc9659a
infra/main.bicep
@@ -350,7 +350,7 @@ var blobContainerName = 'documents'
350
var queueName = 'doc-processing'
351
var clientKey = '${uniqueString(guid(subscription().id, deployment().name))}${newGuidString}'
352
var eventGridSystemTopicName = 'doc-processing'
353
-var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main/'
+var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev/'
354
355
@description('Optional. Image version tag to use.')
356
param appversion string = 'latest_waf' // Update GIT deployment branch
0 commit comments