Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Provision an Authorization Rule and Retrieve Keys
Version 1.0.0
Create a namespace shared access authorization rule with the requested rights, then fetch its connection strings and keys.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
provision-authorization-rule-and-keys
Create a namespace authorization rule and retrieve its keys.
Creates a namespace authorization rule with the supplied rights, verifies the rule, and lists the connection strings and keys for application use.
1
createAuthorizationRule
Namespaces_CreateOrUpdateAuthorizationRule
Create or update the namespace authorization rule with the supplied rights.
2
getAuthorizationRule
Namespaces_GetAuthorizationRule
Read the authorization rule back to confirm the rights were applied before handing out keys.
3
listKeys
Namespaces_ListKeys
List the primary and secondary connection strings and keys for the authorization rule so applications can connect.