az eventhubs eventhub authorization-rule keys
Authorization-rule keys.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventhubs eventhub authorization-rule keys list |
Gets the ACS and SAS connection strings for the Event Hub. |
Core | GA |
az eventhubs eventhub authorization-rule keys renew |
Regenerates the ACS and SAS connection strings for the Event Hub. |
Core | GA |
az eventhubs eventhub authorization-rule keys list
Gets the ACS and SAS connection strings for the Event Hub.
az eventhubs eventhub authorization-rule keys list --authorization-rule-name --name
--eventhub-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
The authorization rule name.
The Event Hub name.
The Namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az eventhubs eventhub authorization-rule keys renew
Regenerates the ACS and SAS connection strings for the Event Hub.
az eventhubs eventhub authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
[--authorization-rule-name --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
The access key to regenerate.
Property | Value |
---|---|
Parameter group: | Parameters Arguments |
Accepted values: | PrimaryKey, SecondaryKey |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The authorization rule name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The Event Hub name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.
Property | Value |
---|---|
Parameter group: | Parameters Arguments |
The Namespace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |