1 implementation of IAppIdentityResource
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
14: AzureProvisioningResource(name, ConfigureAppIdentityInfrastructure), IAppIdentityResource
5 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 (2)
ContainerAppContext.cs (2)
68var appIdentityResource = appIdentityAnnotation.IdentityResource; 148private void AddAzureClientId(IAppIdentityResource? appIdentityResource, ContainerAppContainer containerAppContainer)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
290var appIdentityResource = appIdentityAnnotation.IdentityResource;