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
Mint a client access token for the user that browser clients use to connect to the hub.
2
addConnection
Add the connection to the named group so it begins receiving group messages.
3
announceJoin
Broadcast the join announcement to every connection in the group.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.