az servicebus queue authorization-rule keys
Servicebus queue authorization-rule keys.
Commands
Name | Description | Type | Status |
---|---|---|---|
az servicebus queue authorization-rule keys list |
Primary and secondary connection strings to the queue. |
Core | GA |
az servicebus queue authorization-rule keys renew |
Regenerates the primary or secondary connection strings to the queue. |
Core | GA |
az servicebus queue authorization-rule keys list
Primary and secondary connection strings to the queue.
az servicebus queue authorization-rule keys list --authorization-rule-name
--namespace-name
--queue-name
--resource-group
Examples
List the keys and connection strings of Authorization Rule for the given Service Bus Queue
az servicebus queue authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --name myauthorule
Required Parameters
The authorization rule name.
The namespace name.
The queue 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.
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 servicebus queue authorization-rule keys renew
Regenerates the primary or secondary connection strings to the queue.
az servicebus queue authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
[--authorization-rule-name]
[--ids]
[--key-value]
[--namespace-name]
[--queue-name]
[--resource-group]
[--subscription]
Examples
Regenerate keys of Authorization Rule for Service Bus Queue
az servicebus queue authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --name myauthorule --key PrimaryKey
Required Parameters
The access key to regenerate.
Optional Parameters
The authorization rule name.
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 reset for KeyType value or autogenerate Key value set for keyType.
The namespace name.
The queue name.
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
.
Global Parameters
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.
Azure CLI