From 027a64bd031a0f157e17c1e05bb00c3e79dcd0e7 Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:15:29 +0200 Subject: [PATCH] Fixed summary func app name --- infrastructure/arm/environment.template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/arm/environment.template.json b/infrastructure/arm/environment.template.json index 9bbe19d88..70b217aab 100644 --- a/infrastructure/arm/environment.template.json +++ b/infrastructure/arm/environment.template.json @@ -14,6 +14,7 @@ "ai-name": "[concat('ai-fap-resources-', variables('env-name'))]", "sb-name": "[concat('sb-fap-resources-', variables('env-name'))]", "function-name": "[concat('func-fap-resources-', variables('env-name'))]", + "summary-function-name": "[concat('func-fap-summary-', variables('env-name'))]", "function-hosting-plan-name": "[concat('fhplan-fap-resources-', variables('env-name'))]" // "id-rg-infra": "[concat('/subscriptions/', subscription().subscriptionId,'/resourcegroups/', 'plant-query-infra')]", }, @@ -152,7 +153,7 @@ { "apiVersion": "2015-08-01", "type": "Microsoft.Web/sites", - "name": "[variables('function-name')]", + "name": "[variables('summary-function-name')]", "tags": { "fusion-app": "summary", "fusion-app-env": "[toLower(parameters('env-name'))]",