Azure Functions - Shared classes

asked9 years ago
last updated5 years ago
viewed17.5k times
Up Vote20Down Vote

I want to use some shared classes on my Azure Functions to not duplicate code.

I have tried to create a empty C# function and create the classes inside the function and then import to the other functions with:

#r "../Shared/Class.cs"