2 instantiations of AzureAppServiceEnvironmentAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (2)
305identity => new AzureAppServiceEnvironmentAcrPullIdentityAnnotation(identity)); 544builder.WithAnnotation(new AzureAppServiceEnvironmentAcrPullIdentityAnnotation(identityBuilder.Resource));
2 references to AzureAppServiceEnvironmentAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (2)
114if (resource.TryGetLastAnnotation<AzureAppServiceEnvironmentAcrPullIdentityAnnotation>(out var identityAnnotation))