corvus-dotnet / corvus-dotnet/Corvus.Testing.AzureFunctions.ReqnRoll
FunctionsController is creating two func process
Open
- Dominant language
- C#
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Executing below code (on calling StartFunctionsInstance) is creating two func process, it should ideally create only one func process per function apps. please advise if this is expected behaviour?
// Create and start a functions instance
var controller = new FunctionsController(logger);
await controller.StartFunctionsInstanceAsync(
path: "MyFunctionApp", // Function project path
port: 7071, // Port to run on
runtime: "net8.0" // Runtime version
);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.