Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az servicebus namespace authorization-rule keys
Servicebus namespace authorization-rule keys.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az servicebus namespace authorization-rule keys list |
Gets the primary and secondary connection strings for the namespace. |
Core | GA |
| az servicebus namespace authorization-rule keys renew |
Regenerates the primary or secondary connection strings for the namespace. |
Core | GA |
az servicebus namespace authorization-rule keys list
Gets the primary and secondary connection strings for the namespace.
az servicebus namespace authorization-rule keys list --authorization-rule-name --name
--namespace-name
--resource-group
Examples
List the keys and connection strings of Authorization Rule for Service Bus Namespace
az servicebus namespace authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
Required Parameters
The authorization rule name.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
az servicebus namespace authorization-rule keys renew
Regenerates the primary or secondary connection strings for the namespace.
az servicebus namespace authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
[--acquire-policy-token]
[--authorization-rule-name --name]
[--change-reference]
[--ids]
[--key-value]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Regenerate keys of Authorization Rule for the Service Bus Namespace.
az servicebus namespace authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --key PrimaryKey
Regenerate keys of Authorization Rule for the Service Bus Namespace (autogenerated)
az servicebus namespace authorization-rule keys renew --key PrimaryKey --name myauthorule --namespace-name mynamespace --resource-group myresourcegroup --subscription MySubscription
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.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The authorization rule name.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy 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 reset for KeyType value or autogenerate 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 |
Feedback
Was this page helpful?
