DEV Community

Discussion on: SignalR core python client (VII): Azure

Collapse
 
wrightgd profile image
George

Is it possible to connect a locally running Python script to an Azure SignalR instance so that the Python script is just behaving as a client? If I use the Azure SignalR connection string as a server_url value, it causes errors in the requests module. Azure SignalR connection strings are in the following structure: Endpoint=https://xxx.service.signalr.net;AccessKey=yyy=;Version=1.0;