3 references to AddDeployment
Aspire.Hosting.Azure.Tests (2)
AzureAIFoundryDeploymentConnectionPropertiesTests.cs (2)
17.AddDeployment("chat", AIFoundryModel.Local.Phi4); 59.AddDeployment("chat", AIFoundryModel.Microsoft.Phi4);
AzureAIFoundryEndToEnd.AppHost (1)
Program.cs (1)
15var chat = foundry.AddDeployment("chat", model);