Skip to content

Commit 9299254

Browse files
Update deploy_index_scripts.bicep
1 parent e28e24f commit 9299254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResearchAssistant/Deployment/bicep/deploy_index_scripts.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
1717
}
1818
properties: {
1919
azCliVersion: '2.52.0'
20-
primaryScriptUri: '${baseUrl}Deployment/scripts/run_create_index_scripts.sh'
20+
primaryScriptUri: '${baseUrl}ResearchAssistant/Deployment/scripts/run_create_index_scripts.sh'
2121
arguments: '${baseUrl} ${keyVaultName}' // Specify any arguments for the script
2222
timeout: 'PT1H' // Specify the desired timeout duration
2323
retentionInterval: 'PT1H' // Specify the desired retention interval

0 commit comments

Comments
 (0)