Skip to content

Commit db7954f

Browse files
committed
assign azrStorageContributor identity to containerMovieGeneratorSvcApp
1 parent 14b66e7 commit db7954f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ resource guirSvcApp 'Microsoft.App/containerApps@2024-10-02-preview' = {
509509
type: 'UserAssigned'
510510
userAssignedIdentities: {
511511
'${uaiAzureRambiAcrPull.id}': {}
512-
'${azrStorageContributor.id}': {}
513512
}
514513
}
515514
tags: { 'azd-service-name': 'gui' }
@@ -630,6 +629,7 @@ resource containerMovieGeneratorSvcApp 'Microsoft.App/containerApps@2024-10-02-p
630629
type: 'UserAssigned'
631630
userAssignedIdentities: {
632631
'${uaiAzureRambiAcrPull.id}': {}
632+
'${azrStorageContributor.id}': {}
633633
}
634634
}
635635
tags: { 'azd-service-name': 'movie_generator_svc' }

0 commit comments

Comments
 (0)