Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Provision Client and Join Group
Version 1.0.0
Mint a client token, add the connection to a group, and announce the join to that group.
Provider
Workflows
provision-client-and-join-group
Generate a client token, add a connection to a group, then announce the join to the group.
Mints a token via generateClientToken, adds a connection to a group via addConnectionToGroup, then broadcasts an announcement via sendToGroup.
1
generateToken
webPubSub_generateClientToken
Mint a client access token for the user that browser clients use to connect to the hub.
2
addConnection
webPubSub_addConnectionToGroup
Add the connection to the named group so it begins receiving group messages.
3
announceJoin
webPubSub_sendToGroup
Broadcast the join announcement to every connection in the group.