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