3 writes to EmulatorServiceUri
Aspire.Hosting.Azure.AIFoundry (1)
AzureAIFoundryExtensions.cs (1)
223resource.EmulatorServiceUri = manager.Endpoint;
Aspire.Hosting.Azure.Tests (2)
AzureAIFoundryConnectionPropertiesTests.cs (1)
35aiFoundry.Resource.EmulatorServiceUri = new Uri("http://localhost:8080");
AzureAIFoundryDeploymentConnectionPropertiesTests.cs (1)
20deployment.Resource.Parent.EmulatorServiceUri = new Uri("http://localhost:8080");
3 references to EmulatorServiceUri
Aspire.Hosting.Azure.AIFoundry (3)
AzureAIFoundryResource.cs (3)
46EmulatorServiceUri is not null ? 47ReferenceExpression.Create($"{EmulatorServiceUri.ToString()}") : 56? ReferenceExpression.Create($"Endpoint={EmulatorServiceUri?.ToString()};Key={ApiKey}")