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