зеркало из
1
0
Форкнуть 0
AzureSignalR-samples/samples/QuickStartServerless/python
Chenyang Liu 6217bcf4bc
Add etag to eliminate rate limit (#176)
2022-02-21 14:12:04 +08:00
..
broadcast Add etag to eliminate rate limit (#176) 2022-02-21 14:12:04 +08:00
content Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
index Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
negotiate Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
.gitignore Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
README.md Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
host.json Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
local.settings.template.json Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00
requirements.txt Add new quick start samples (#161) 2021-06-22 10:41:05 +08:00

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

  1. Rename local.settings.template.json to local.settings.json and update AzureSignalRConnectionString setting to your SignalR Service connection string.

  2. Run func start to start Azure Function locally.

  3. Visit http://localhost:7071/api/index and you can see the result.