Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have one big Azure Function project. It is done as in-process worker in .NET 6, and the project contains multiple functions with different kind of triggers and functionalities. The functions shares same domain classes. Is it possible to migrate it to the isolated worker functions and .net 8 as whole project or every function needs to have separate project? Help me understand it. Thanks!
An Azure service that provides an event-driven serverless compute platform.