We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b66e7 commit db7954fCopy full SHA for db7954f
infra/main.bicep
@@ -509,7 +509,6 @@ resource guirSvcApp 'Microsoft.App/containerApps@2024-10-02-preview' = {
509
type: 'UserAssigned'
510
userAssignedIdentities: {
511
'${uaiAzureRambiAcrPull.id}': {}
512
- '${azrStorageContributor.id}': {}
513
}
514
515
tags: { 'azd-service-name': 'gui' }
@@ -630,6 +629,7 @@ resource containerMovieGeneratorSvcApp 'Microsoft.App/containerApps@2024-10-02-p
630
629
631
632
+ '${azrStorageContributor.id}': {}
633
634
635
tags: { 'azd-service-name': 'movie_generator_svc' }
0 commit comments