1 instantiation of ConfigJsonAnnotation
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
454
builder.WithAnnotation(new
ConfigJsonAnnotation
(configJson));
1 reference to ConfigJsonAnnotation
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
309
var configJsonAnnotations = builder.Resource.Annotations.OfType<
ConfigJsonAnnotation
>();