Share via

How to migrate Azure in-process worker Function project with multiple functions inside and shared code base to isolated functions?

Zoran Gladoic 0 Reputation points
2024-04-16T21:47:34.4133333+00:00

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!

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.