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)
15
public class AppIdentityAnnotation(
IAppIdentityResource
identityResource) : IResourceAnnotation
20
public
IAppIdentityResource
IdentityResource { get; } = identityResource;
Aspire.Hosting.Azure.AppContainers (3)
BaseContainerAppContext.cs (1)
69
protected void AddAzureClientId(
IAppIdentityResource
? appIdentityResource, BicepList<ContainerAppEnvironmentVariable> env)
ContainerAppContext.cs (1)
46
var
appIdentityResource = appIdentityAnnotation.IdentityResource;
ContainerAppJobContext.cs (1)
42
var
appIdentityResource = appIdentityAnnotation.IdentityResource;
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
291
var
appIdentityResource = appIdentityAnnotation.IdentityResource;