4 references to AppIdentityAnnotation
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
72
if (resource.TryGetLastAnnotation<
AppIdentityAnnotation
>(out
var
appIdentityAnnotation))
AzureContainerApps.AppHost (2)
Program.cs (2)
50
if (context.Resource.TryGetLastAnnotation<
AppIdentityAnnotation
>(out
var
identity))