1 implementation of IAppIdentityResource
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
14: AzureProvisioningResource(name, ConfigureAppIdentityInfrastructure), IAppIdentityResource
6 references to IAppIdentityResource
Aspire.Hosting.Azure (2)
AppIdentityAnnotation.cs (2)
15public class AppIdentityAnnotation(IAppIdentityResource identityResource) : IResourceAnnotation 20public IAppIdentityResource IdentityResource { get; } = identityResource;
Aspire.Hosting.Azure.AppContainers (3)
BaseContainerAppContext.cs (1)
69protected void AddAzureClientId(IAppIdentityResource? appIdentityResource, BicepList<ContainerAppEnvironmentVariable> env)
ContainerAppContext.cs (1)
46var appIdentityResource = appIdentityAnnotation.IdentityResource;
ContainerAppJobContext.cs (1)
42var appIdentityResource = appIdentityAnnotation.IdentityResource;
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
291var appIdentityResource = appIdentityAnnotation.IdentityResource;