skip to Main Content

Upstream Azure SignalR function issues Could not load file or assembly Microsoft.Extensions.Options runtime exception

Note: This issue is not duplicate despite the title reads similarly. The following upstream signalR trigger function has been working well until we upgraded the NuGet packages to the latest versions. [Function("OnConnected")] [SignalROutput(HubName = "myhub")] public async Task<SignalRMessageAction> OnConnectedAsync([SignalRTrigger("myhub", "connections",…

VIEW QUESTION

Disable/Enable Azure functions based on regions

I have a .net Azure function project which includes multiple functions such as EventGridTrigger function, BlobTrigger function etc. Few trigger functions in the project needs to be enabled only for specific regions. Is it possible to enable/disable trigger functions based…

VIEW QUESTION
Back To Top
Search