Skip to content

Commit d25f634

Browse files
committed
AZURE_CLIENT_ID
1 parent c84f9f6 commit d25f634

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infra/main.bicep

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,11 @@ resource containerMovieGeneratorSvcApp 'Microsoft.App/containerApps@2024-10-02-p
723723
name: 'OTEL_RESOURCE_ATTRIBUTES'
724724
value: 'service.namespace=azure-rambi,service.instance.id=movie-generator-svc'
725725
}
726+
{
727+
// Required for managed identity to access the storage account
728+
name: 'AZURE_CLIENT_ID'
729+
value: azrStorageContributor.properties.clientId
730+
}
726731
]
727732
probes: [
728733
{

0 commit comments

Comments
 (0)