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