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)
619
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath);
646
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", relativePath);
666
builder.
AddAzureFunctionsProject
("funcapp", projectPath);
699
builder.
AddAzureFunctionsProject
("funcapp1", projectPath1);
700
builder.
AddAzureFunctionsProject
("funcapp2", projectPath2);
721
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath)
752
builder.
AddAzureFunctionsProject
("funcapp", projectPath);