az eventhubs eventhub authorization-rule keys
Manage Azure Authorizationrule connection strings for Eventhub.
Commands
az eventhubs eventhub authorization-rule keys list |
Shows the connection strings of Authorizationrule for the Eventhub. |
az eventhubs eventhub authorization-rule keys renew |
Regenerate the connection strings of Authorizationrule for the namespace. |
az eventhubs eventhub authorization-rule keys list
Shows the connection strings of Authorizationrule for the Eventhub.
az eventhubs eventhub authorization-rule keys list --eventhub-name
--name
--namespace-name
--resource-group
Examples
Shows the connection strings of Authorizationrule for the eventhub.
az eventhubs eventhub authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
Required Parameters
Name of EventHub.
Name of EventHub AuthorizationRule.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventhubs eventhub authorization-rule keys renew
Regenerate the connection strings of Authorizationrule for the namespace.
az eventhubs eventhub authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
--name
[--eventhub-name]
[--ids]
[--key-value]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Regenerate the connection strings of Authorizationrule for the namespace.
az eventhubs eventhub authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --key PrimaryKey
Required Parameters
Specifies Primary or Secondary key needs to be reset.
Name of Authorization Rule.
Optional Parameters
Name of EventHub.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Feedback
Submit and view feedback for