6 references to IAppIdentityResource
Aspire.Hosting.Azure (3)
AppIdentityAnnotation.cs (2)
15public class AppIdentityAnnotation(IAppIdentityResource identityResource) : IResourceAnnotation 20public IAppIdentityResource IdentityResource { get; } = identityResource;
AzureUserAssignedIdentityResource.cs (1)
14: AzureProvisioningResource(name, ConfigureAppIdentityInfrastructure), IAppIdentityResource
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
71var appIdentityResource = appIdentityAnnotation.IdentityResource; 162private void AddAzureClientId(IAppIdentityResource? appIdentityResource, ContainerAppContainer containerAppContainer)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
271var appIdentityResource = appIdentityAnnotation.IdentityResource;