Getting ActionContext from HttpTrigger Azure Function

274 Views Asked by At

If i have an azure function with an httptrigger is there a way to get the ActionContext? There is the IActionContextAccessor interface i can register as a singleton...but nothing in the azure function runtime seems to actually set it for each request so it's seems unable to achieve what i'm after.

i'm making the assumption there is an underlying actioncontext to be got in the case of an HttpTrigger function..that may be a bad assumption.

0

There are 0 best solutions below