4 references to GetEndpointValue
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
215
(
GetEndpointValue
(context._slotEndpointMapping[ep.EndpointName], EndpointProperty.Url), secretType) :
216
(
GetEndpointValue
(context._endpointMapping[ep.EndpointName], EndpointProperty.Url), secretType);
260
var val =
GetEndpointValue
(mapping, epExpr.Property);
510
var targetPort =
GetEndpointValue
(mapping, EndpointProperty.TargetPort);