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)
15
public class AppIdentityAnnotation(
IAppIdentityResource
identityResource) : IResourceAnnotation
20
public
IAppIdentityResource
IdentityResource { get; } = identityResource;
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
68
var
appIdentityResource = appIdentityAnnotation.IdentityResource;
148
private void AddAzureClientId(
IAppIdentityResource
? appIdentityResource, ContainerAppContainer containerAppContainer)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
290
var
appIdentityResource = appIdentityAnnotation.IdentityResource;