1 implementation of PrincipalName
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
34public BicepOutputReference PrincipalName => new("principalName", this);
3 references to PrincipalName
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
843aksResource.Parameters[identityParamName] = identityResource.PrincipalName;
AzureAppService.AppHost (1)
AppHost.cs (1)
43context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.IdentityResource.PrincipalName;
AzureContainerApps.AppHost (1)
AppHost.cs (1)
52context.EnvironmentVariables["AZURE_PRINCIPAL_NAME"] = identity.IdentityResource.PrincipalName;