3 references to GetEndpointValue
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebsiteContext.cs (3)
138
return (
GetEndpointValue
(context._endpointMapping[ep.EndpointName], EndpointProperty.Url), secretType);
176
var val =
GetEndpointValue
(mapping, epExpr.Property);
288
var targetPort =
GetEndpointValue
(mapping, EndpointProperty.TargetPort);