Skip to content

Commit

Permalink
Fixed summary func app name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Aug 29, 2024
1 parent f9ea2d7 commit 027a64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/arm/environment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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')]",
},
Expand Down Expand Up @@ -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'))]",
Expand Down

0 comments on commit 027a64b

Please sign in to comment.