Azure / Azure/static-web-apps

Feature Request - Allow SignalRTrigger in managed functions

Open
#793 1 comment 1 reaction 0 assignees View on GitHub
enhancement Functions
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem?**
When trying to deploy SWA with managed functions that contains a SignalRTrigger, the deployment fails since the only supported trigger for SWA managed functions is HttpTrigger.

**Describe the solution you'd like**
Since SignalR service just seems to perform HTTP POST requests when handling upstream events it should be possible to use SignalRTrigger to simplify the inclusion of SignalR capabilities to the SWA.

**Describe alternatives you've considered**
A clear alternative would be to use "Bring your API" feature, or trying to mimic SignalRTrigger behaviour using HttpTriggers

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.