1 implementation of ClientId
Aspire.Hosting.Azure (1)
AzureUserAssignedIdentityResource.cs (1)
24public BicepOutputReference ClientId => new("clientId", this);
2 references to ClientId
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
76Value = AllocateParameter(appIdentityResource.ClientId)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
305Value = appIdentityResource.ClientId.AsProvisioningParameter(infra)