8 references to AddAzureFunctionsProject
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
78
/// 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)
621
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath);
648
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", relativePath);
668
builder.
AddAzureFunctionsProject
("funcapp", projectPath);
700
builder.
AddAzureFunctionsProject
("funcapp1", projectPath1);
701
builder.
AddAzureFunctionsProject
("funcapp2", projectPath2);
722
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath)
753
builder.
AddAzureFunctionsProject
("funcapp", projectPath);