Skip to content

Commit a888c9d

Browse files
authored
Update according to comments
1 parent c0c0b8d commit a888c9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-web-pubsub/socket-io-serverless-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Different from the RESTful API, Engine.IO connection doesn't use the Microsoft E
161161
POST {endpoint}/api/hubs/{hub}/:generateToken?api-version=2024-01-01
162162
163163
Headers:
164-
Authorization: Bearer <Entra ID Token>
164+
Authorization: Bearer <Microsoft Entra ID Token>
165165
```
166166

167167
For more optional parameters, see [Generate Client Token](/rest/api/webpubsub/dataplane/web-pub-sub/generate-client-token)

articles/azure-web-pubsub/socket-io-serverless-tutorial-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Publish data to Web PubSub for Socket.IO clients in Serverless Mode in Python'
2+
title: 'Tutorial: Publish data to Web PubSub for Socket.IO clients in Serverless Mode in Python with Azure Function'
33
description: In this tutorial, you learn how to use Web PubSub for Socket.IO with Azure Function in Serverless Mode to publish data to sockets with a real-time NASDAQ index update application
44
keywords: Socket.IO, serverless, azure function, Socket.IO on Azure, multi-node Socket.IO, scaling Socket.IO, socketio, azure socketio
55
author: zackliu

articles/azure-web-pubsub/socket-io-serverless-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Use Socket.IO with Azure Function in Serverless Mode'
2+
title: 'Tutorial: Use Web PubSub for Socket.IO with Azure Function in Serverless Mode'
33
description: In this tutorial, you learn how to use Web PubSub for Socket.IO with Azure Function in Serverless Mode.
44
keywords: Socket.IO, serverless, azure function, Socket.IO on Azure, multi-node Socket.IO, scaling Socket.IO, socketio, azure socketio
55
author: zackliu

0 commit comments

Comments
 (0)