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