5 references to IdentityResource
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
70
var appIdentityResource = appIdentityAnnotation.
IdentityResource
;
113
AddAzureClientId(appIdentityAnnotation?.
IdentityResource
, containerAppContainer);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
271
var appIdentityResource = appIdentityAnnotation.
IdentityResource
;
AzureAppService.AppHost (1)
Program.cs (1)
41
context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.
IdentityResource
.PrincipalName;
AzureContainerApps.AppHost (1)
Program.cs (1)
52
context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.
IdentityResource
.PrincipalName;