diff --git a/infra/core/database/deploy_create_table_script.bicep b/infra/core/database/deploy_create_table_script.bicep index 722b29ee0..844bb9a0a 100644 --- a/infra/core/database/deploy_create_table_script.bicep +++ b/infra/core/database/deploy_create_table_script.bicep @@ -21,7 +21,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = { } properties: { azCliVersion: '2.52.0' - primaryScriptUri: 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev/scripts/run_create_table_script.sh' + primaryScriptUri: '${baseUrl}scripts/run_create_table_script.sh' arguments: '${baseUrl} ${resourceGroup().name} ${postgresSqlServerName} ${webAppPrincipalName} ${adminAppPrincipalName} ${functionAppPrincipalName} ${managedIdentityName}' // Specify any arguments for the script timeout: 'PT1H' // Specify the desired timeout duration retentionInterval: 'PT1H' // Specify the desired retention interval