1 instantiation of ConfigJsonAnnotation
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
406
builder.WithAnnotation(new
ConfigJsonAnnotation
(configJson));
2 references to ConfigJsonAnnotation
Aspire.Hosting.Azure.EventHubs (2)
AzureEventHubsExtensions.cs (2)
295
var configJsonAnnotations = builder.Resource.Annotations.OfType<
ConfigJsonAnnotation
>();
299
foreach (
var
annotation in configJsonAnnotations)