0

I am trying to work out the best practice for structuring a series of Azure durable functions for reuse across future development work within my organisation.

From the doc's it seems like the desired approach is to setup single use activity functions, and then reuse them within different orchestrations, but what is the best practice and how do i achieve this in visual studio?

For example can i simply create a class library with all of my activity functions in it and share it between different vs projects for each orchestration?

Thanks!

asked Apr 7, 2021 at 2:57

1 Answer 1

0

So the answer seems to be that, rather than keeping a class library of Activity/orchestration functions. I can just share a Class Library of Functions with my various Apps and simply call the relevant function from the activity function. This way if I need to reuse functionality I can do so without introducing every activity function to every function app.

answered Apr 28, 2021 at 4:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.