1 instantiation of AppIdentityAnnotation
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
184resource.Annotations.Add(new AppIdentityAnnotation(identityResource));
8 references to AppIdentityAnnotation
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
68if (resource.TryGetLastAnnotation<AppIdentityAnnotation>(out var appIdentityAnnotation))
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
269if (resource.TryGetLastAnnotation<AppIdentityAnnotation>(out var appIdentityAnnotation))
AzureAppService.AppHost (2)
Program.cs (2)
39if (context.Resource.TryGetLastAnnotation<AppIdentityAnnotation>(out var identity))
AzureContainerApps.AppHost (2)
Program.cs (2)
50if (context.Resource.TryGetLastAnnotation<AppIdentityAnnotation>(out var identity))