Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/core/database/deploy_create_table_script.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading