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