4 references to IAppIdentityResource
Aspire.Hosting.Azure (3)
AppIdentityAnnotation.cs (2)
15public class AppIdentityAnnotation(IAppIdentityResource identityResource) : IResourceAnnotation 20public IAppIdentityResource IdentityResource { get; } = identityResource;
AppIdentityResource.cs (1)
13: AzureProvisioningResource(name, ConfigureAppIdentityInfrastructure), IAppIdentityResource
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
74var appIdentityResource = appIdentityAnnotation.IdentityResource;