We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84f9f6 commit d25f634Copy full SHA for d25f634
infra/main.bicep
@@ -723,6 +723,11 @@ resource containerMovieGeneratorSvcApp 'Microsoft.App/containerApps@2024-10-02-p
723
name: 'OTEL_RESOURCE_ATTRIBUTES'
724
value: 'service.namespace=azure-rambi,service.instance.id=movie-generator-svc'
725
}
726
+ {
727
+ // Required for managed identity to access the storage account
728
+ name: 'AZURE_CLIENT_ID'
729
+ value: azrStorageContributor.properties.clientId
730
+ }
731
]
732
probes: [
733
{
0 commit comments