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 9299254 commit 7e522f6Copy full SHA for 7e522f6
ResearchAssistant/Deployment/bicep/deploy_upload_files_script.bicep
@@ -21,7 +21,7 @@ resource copy_demo_Data 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
21
}
22
properties: {
23
azCliVersion: '2.50.0'
24
- primaryScriptUri: '${baseUrl}Deployment/scripts/copy_kb_files.sh' // deploy-azure-synapse-pipelines.sh
+ primaryScriptUri: '${baseUrl}ResearchAssistant/Deployment/scripts/copy_kb_files.sh' // deploy-azure-synapse-pipelines.sh
25
arguments: '${storageAccountName} ${containerName} ${storageAccountKey} ${baseUrl}' // Specify any arguments for the script
26
timeout: 'PT1H' // Specify the desired timeout duration
27
retentionInterval: 'PT1H' // Specify the desired retention interval
0 commit comments