Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Example: I am trying to do [...] but [...]
I am trying to log messages for analytics to Kusto (Azure Data Explorer/Fabric KQL Database) but there's no native connector.
Describe the solution you'd like
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
Ideally a low-code way for WebPubService to register a client app, auth and stream messages to a destination.
Alternatively, I've created an azure function webjob that leverages SignalR Client SDK and Kusto bindings to run continuously on a timer. Pls see work-in-progress sample: https://github.com/hfleitas/signalrtokusto
Additional context
Add any other context or screenshots about the feature request here.
Consider the following architecture but my Data Store is Kusto for analytics instead of Azure Tables.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Example: I am trying to do [...] but [...]
Describe the solution you'd like
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
Ideally a low-code way for WebPubService to register a client app, auth and stream messages to a destination.
Alternatively, I've created an azure function webjob that leverages SignalR Client SDK and Kusto bindings to run continuously on a timer. Pls see work-in-progress sample: https://github.com/hfleitas/signalrtokusto
Additional context
Add any other context or screenshots about the feature request here.