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