9 references to AddAzureFunctionsProject
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
39/// This overload is not available in polyglot app hosts. Use <see cref="AddAzureFunctionsProject(IDistributedApplicationBuilder, string, string)"/> with a project path instead. 83/// This overload of the <see cref="AddAzureFunctionsProject(IDistributedApplicationBuilder, string, string)"/> method adds an Azure Functions project to the application
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
621var funcApp = builder.AddAzureFunctionsProject("funcapp", projectPath); 648var funcApp = builder.AddAzureFunctionsProject("funcapp", relativePath); 668builder.AddAzureFunctionsProject("funcapp", projectPath); 700builder.AddAzureFunctionsProject("funcapp1", projectPath1); 701builder.AddAzureFunctionsProject("funcapp2", projectPath2); 722var funcApp = builder.AddAzureFunctionsProject("funcapp", projectPath) 753builder.AddAzureFunctionsProject("funcapp", projectPath);