6217bcf4bc | ||
---|---|---|
.. | ||
broadcast | ||
content | ||
index | ||
negotiate | ||
.gitignore | ||
README.md | ||
host.json | ||
local.settings.template.json | ||
requirements.txt |
README.md
SignalR Service Serverless Quick Start (Python)
In this sample, we demonstrate how to broadcast messages with SignalR Service and Azure Function in serverless.
Prerequisites
Setup and run locally
-
Rename
local.settings.template.json
tolocal.settings.json
and updateAzureSignalRConnectionString
setting to your SignalR Service connection string. -
Run
func start
to start Azure Function locally. -
Visit
http://localhost:7071/api/index
and you can see the result.