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 7a393b3 commit 3a95ad9Copy full SHA for 3a95ad9
infra/process_data_scripts.bicep
@@ -2,7 +2,7 @@ param solutionLocation string
2
param keyVaultName string
3
param identity string
4
5
-var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/process_new_data/'
+var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/'
6
7
resource process_data_scripts 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
8
kind:'AzureCLI'
0 commit comments