8 references to AddAzureFunctionsProject
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
55/// 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)
619var funcApp = builder.AddAzureFunctionsProject("funcapp", projectPath); 646var funcApp = builder.AddAzureFunctionsProject("funcapp", relativePath); 666builder.AddAzureFunctionsProject("funcapp", projectPath); 699builder.AddAzureFunctionsProject("funcapp1", projectPath1); 700builder.AddAzureFunctionsProject("funcapp2", projectPath2); 721var funcApp = builder.AddAzureFunctionsProject("funcapp", projectPath) 752builder.AddAzureFunctionsProject("funcapp", projectPath);