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 e28e24f commit 9299254Copy full SHA for 9299254
ResearchAssistant/Deployment/bicep/deploy_index_scripts.bicep
@@ -17,7 +17,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
17
}
18
properties: {
19
azCliVersion: '2.52.0'
20
- primaryScriptUri: '${baseUrl}Deployment/scripts/run_create_index_scripts.sh'
+ primaryScriptUri: '${baseUrl}ResearchAssistant/Deployment/scripts/run_create_index_scripts.sh'
21
arguments: '${baseUrl} ${keyVaultName}' // Specify any arguments for the script
22
timeout: 'PT1H' // Specify the desired timeout duration
23
retentionInterval: 'PT1H' // Specify the desired retention interval
0 commit comments