Skip to content

Commit d6c3dad

Browse files
fix: update deploy_create_table_script.bicep (#1886)
1 parent e77ae52 commit d6c3dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/database/deploy_create_table_script.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
2121
}
2222
properties: {
2323
azCliVersion: '2.52.0'
24-
primaryScriptUri: 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev/scripts/run_create_table_script.sh'
24+
primaryScriptUri: '${baseUrl}scripts/run_create_table_script.sh'
2525
arguments: '${baseUrl} ${resourceGroup().name} ${postgresSqlServerName} ${webAppPrincipalName} ${adminAppPrincipalName} ${functionAppPrincipalName} ${managedIdentityName}' // Specify any arguments for the script
2626
timeout: 'PT1H' // Specify the desired timeout duration
2727
retentionInterval: 'PT1H' // Specify the desired retention interval

0 commit comments

Comments
 (0)