Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Rotate Namespace Keys
Version 1.0.0
Capture the current connection strings for an authorization rule, regenerate one of the keys, and read back the new credentials.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
rotate-namespace-keys
Regenerate an authorization rule key and return the new connection string.
Reads the current keys, regenerates the requested key type, and reads the refreshed keys for the namespace authorization rule.
1
listCurrentKeys
Namespaces_ListKeys
List the current connection strings so the value being rotated out can be retired from dependent applications.
2
regenerateKey
Namespaces_RegenerateKeys
Regenerate the requested key type for the authorization rule.
3
confirmKeys
Namespaces_ListKeys
Read the keys back after rotation to confirm the new connection string is live before distributing it.