✅ Func app database dependency
Hi all, at my job we have this setup web api with clean arhitecture and func app project in same solution. With azure func app we use timer, file upload and http triggers. Each function have logic for example timer triggers function will go to database and check if user received mail notification and will send user emal and update state in database.
Questions, how bad is to have database dependency in func app project?
Should I keep business logic in func app or keep it in separate library?
What about this approach, func is triggered and in this case func app create request on rest api and all stuff are done on api and not in func app?
Did you ever met some func app pitfalls?
1 Reply
Unknown User•7h ago
Message Not Public
Sign In & Join Server To View