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