Adding middleware
Hi!
I face an issue whilst using the azure serverless signalr with azure function as bindings. When Signalr is running using websockets the authorization header is null and i must use the query to retrieve the token. How can I register it in my function? this is my Program.cs
essentially i'd somehow need to register this, but make it work for the function
1 Reply
Guide for running C# Azure Functions in an isolated worker process
Learn how to use the .NET isolated worker model to run your C# functions in Azure, which lets you run your functions on currently supported versions of .NET and .NET Framework.