3 references to TryResolveEndpointReferenceValue
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
1158
when
TryResolveEndpointReferenceValue
(endpointReferenceExpression, currentComputeEnvironment, out var endpointExpression):
1252
return
TryResolveEndpointReferenceValue
(endpointReference.Property(EndpointProperty.Url), currentComputeEnvironment, out expression);
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
2018
Assert.True(AzureSandboxContainerDeployment.
TryResolveEndpointReferenceValue
(api.GetEndpoint("http").Property(EndpointProperty.TargetPort), sandboxGroup.Resource, out var targetPortExpression));