Is there any way to call a python API from the SignalR for connect and disconnect events? I need to call my API when a new client is connected using the SignalR service on azure.
Asked
Active
Viewed 94 times
1
-
You may try Python Azure function with SignalR trigger, Refer to [this tutorial](https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-quickstart-azure-functions-python) which will help in get started with Azure SignalR Service by using Azure Functions and Python to build a serverless application that broadcasts messages to clients. – SnehaAgrawal-MSFT May 31 '22 at 12:07