4 references to EventHubsEndpoint
Aspire.Hosting.Azure.EventHubs (4)
AzureEventHubsResource.cs (4)
66
builder.AppendFormatted(
EventHubsEndpoint
);
70
builder.Append($"Endpoint={
EventHubsEndpoint
}");
105
target[$"{connectionName}__fullyQualifiedNamespace"] =
EventHubsEndpoint
;
109
target[$"{ConnectionKeyPrefix}__{clientName}__{connectionName}__FullyQualifiedNamespace"] =
EventHubsEndpoint
;