1 implementation of PrincipalName
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
34
public BicepOutputReference
PrincipalName
=> new("principalName", this);
2 references to PrincipalName
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
;