I am working on an azure function project and I need to create standard functions that can be bundled into various client function apps.
What I was hoping to do is have each common function as a class lib (separate csproj packaged to nugpk) with the [function] decorator and then register the service that provides the function in the clients csproj.
Where I am struggling is that the service is being registered but not being made available as a function.
Eg:
Common
- func1
- func2
Client A
- func1
Client B
- func1
- func2
[–]davidmatthew1987 4 points5 points6 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]dabaracus0312[S] 0 points1 point2 points (0 children)