3 references to EndpointAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
511
endpoint = new
EndpointAnnotation
(ProtocolType.Tcp, name: endpointName);
544
var annotation = new
EndpointAnnotation
(
Aspire.Hosting.Azure.Tests (1)
AzureBicepResourceTests.cs (1)
2076
=> new(storage.Resource, new
EndpointAnnotation
(ProtocolType.Tcp, name: name, targetPort: port));