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