Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e778612

Browse files
function app user-managed identity optional
1 parent 31e0bcb commit e778612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
- repository: dtos-devops-templates
1515
type: github
1616
name: NHSDigital/dtos-devops-templates
17-
ref: fix/function-app-acr-is-optional
17+
ref: feat/DTOSS-9131-deploy-Service-Layer-infra
1818
endpoint: NHSDigital
1919

2020
variables:

infrastructure/tf-core/function_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module "functionapp" {
1414
app_service_logs_retention_period_days = var.function_apps.app_service_logs_retention_period_days
1515
app_settings = each.value.app_settings
1616
asp_id = module.app-service-plan["${each.value.app_service_plan_key}-${each.value.region}"].app_service_plan_id
17-
assigned_identity_ids = []
1817
cont_registry_use_mi = var.function_apps.cont_registry_use_mi
1918
# azuread_group_ids = each.value.azuread_group_ids
2019
function_app_slots = var.function_app_slots
@@ -50,6 +49,7 @@ module "functionapp" {
5049
/* -------------------------------------------------------------------------------------------------
5150
Local variables used to create the Environment Variables for the Function Apps
5251
-------------------------------------------------------------------------------------------------- */
52+
5353
locals {
5454
primary_region = [for k, v in var.regions : k if v.is_primary_region][0]
5555

0 commit comments

Comments
 (0)