1 implementation of ClientId
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
24
public BicepOutputReference
ClientId
=> new("clientId", this);
4 references to ClientId
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
77
Value = AllocateParameter(appIdentityResource.
ClientId
)
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
600
Value = appIdentityResource.
ClientId
.AsProvisioningParameter(infra)
619
Value = appIdentityResource.
ClientId
.AsProvisioningParameter(infra)
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
87
var identityClientId = appIdentity.IdentityResource.
ClientId
;