2 references to ResolvePublishedEndpointAsync
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (2)
398return await ResolvePublishedEndpointAsync(endpointReference.Property(EndpointProperty.Url), context, hostedAgent, resource, environmentVariableName, cancellationToken).ConfigureAwait(false);
400return await ResolvePublishedEndpointAsync(endpointReferenceExpression, context, hostedAgent, resource, environmentVariableName, cancellationToken).ConfigureAwait(false);