From 2b42e5023093365a2c6cec53c55483583fa5548e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:43:09 +0000 Subject: [PATCH 1/2] Initial plan From b451695965699b3aaa073302f6fa144bf1b9a4d6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:54:56 +0000 Subject: [PATCH 2/2] Fix Deploy to Azure button failures by correcting dependsOn arrays and syntax errors Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> --- infra/main.bicep | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index ace215cbb..3a4417b63 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1392,10 +1392,8 @@ module createIndex './core/database/deploy_create_table_script.bicep' = if (data } scope: rg dependsOn: hostingModel == 'code' - ? [keyvault, postgresDBModule, storekeys, web, adminweb] - : [ - [keyvault, postgresDBModule, storekeys, web_docker, adminweb_docker] - ] + ? [keyvault, postgresDBModule, storekeys, web, adminweb, function] + : [keyvault, postgresDBModule, storekeys, web_docker, adminweb_docker, function_docker] } var azureOpenAIModelInfo = string({