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