Open danylo-dudok opened 3 years ago
.NET 5 function project has an isolated-process model, and you have to use the package Microsoft.Azure.Functions.Worker.Extensions.SignalRService. ServerlessHub
is in Microsoft.Azure.WebJobs.Extensions.SignalRService
package, so not supported in .NET 5 function project. We are investigating into how to provide a similar developing experience in isolated-process model.
Trying to add multiple ServerlessHub in one azure function .NET 5 project.
Having "No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).".