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