3 references to AIFoundryApiEndpoint
Aspire.Hosting.Azure.Tests (1)
FoundryExtensionsTests.cs (1)
65var expected = $"Endpoint={resource.Endpoint.ValueExpression};EndpointAIInference={resource.AIFoundryApiEndpoint.ValueExpression}models";
Aspire.Hosting.Foundry (2)
FoundryResource.cs (2)
50ReferenceExpression.Create($"{AIFoundryApiEndpoint}"); 58: ReferenceExpression.Create($"Endpoint={Endpoint};EndpointAIInference={AIFoundryApiEndpoint}models");