1 implementation of IAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentAcrPullIdentityAnnotation.cs (1)
13internal sealed class AzureAppServiceEnvironmentAcrPullIdentityAnnotation(AzureUserAssignedIdentityResource identity) : IAcrPullIdentityAnnotation
3 references to IAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppService (3)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (3)
43Func<AzureUserAssignedIdentityResource, IAcrPullIdentityAnnotation> createIdentityAnnotation, 86if (environment.HasAnnotationOfType<IAcrPullIdentityAnnotation>()) 106Func<AzureUserAssignedIdentityResource, IAcrPullIdentityAnnotation> createIdentityAnnotation,