Skip to content

Commit 001e9c2

Browse files
authored
Fix link
1 parent dafcc61 commit 001e9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/socketio-serverless-tutorial-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This tutorial guides you through how to publish data to Socket.IO clients in Ser
1515

1616
Find full code samples that are used in this tutorial:
1717

18-
- [Socket.IO Serverless Python Sample](https://github.com/Azure/azure-webpubsub/tree/main/sdk/webpubsub-socketio-extension/examples/chat-serverless-javascript)
18+
- [Socket.IO Serverless Python Sample](https://github.com/Azure/azure-webpubsub/tree/main/sdk/webpubsub-socketio-extension/examples/publish-only-python)
1919

2020
> [!IMPORTANT]
2121
> Default Mode needs a persistent server, you cannot integration Web PubSub for Socket.IO in default mode with Azure Function.

articles/azure-web-pubsub/socketio-serverless-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This command creates a JavaScript project. And enter the folder `SocketIOProject
6363
1. Run the command:
6464

6565
```bash
66-
func extensions install -p Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO -v 1.0.0-beta.2
66+
func extensions install -p Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO -v 1.0.0-beta.4
6767
```
6868

6969
1. Create a function for negotiation. The negotiation function used for generating endpoints and tokens for client to access the service.

0 commit comments

Comments
 (0)