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