From cefb1f5ebced2010b52b320f1dd535807159971f Mon Sep 17 00:00:00 2001 From: Masaya Sonobe Date: Sun, 23 Feb 2025 21:51:47 +0900 Subject: [PATCH] fix Identity property for Web container app so can need Web Identity before provisioning Web container app --- infra/app/web.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/app/web.bicep b/infra/app/web.bicep index 07a2152..0afce09 100644 --- a/infra/app/web.bicep +++ b/infra/app/web.bicep @@ -22,7 +22,7 @@ module app '../core/host/container-app-upsert.bicep' = { location: location tags: union(tags, { 'azd-service-name': 'web' }) identityType: 'UserAssigned' - identityName: identityName + identityName: webIdentity.name exists: exists containerAppsEnvironmentName: containerAppsEnvironmentName containerRegistryName: containerRegistryName