1 implementation of PrincipalName
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
34public BicepOutputReference PrincipalName => new("principalName", this);
2 references to PrincipalName
AzureAppService.AppHost (1)
Program.cs (1)
41context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.IdentityResource.PrincipalName;
AzureContainerApps.AppHost (1)
Program.cs (1)
52context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.IdentityResource.PrincipalName;