az eventhubs namespace authorization-rule keys

Manage Azure EventHubs Authorizationrule connection strings for Namespace.

Commands

az eventhubs namespace authorization-rule keys list

Shows the connection strings for namespace.

az eventhubs namespace authorization-rule keys renew

Regenerate the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys list

Shows the connection strings for namespace.

az eventhubs namespace authorization-rule keys list --name
                                                    --namespace-name
                                                    --resource-group

Examples

Shows the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule

Required Parameters

--name -n

Name of Namespace AuthorizationRule.

--namespace-name

Name of Namespace.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az eventhubs namespace authorization-rule keys renew

Regenerate the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
                                                     --name
                                                     [--ids]
                                                     [--key-value]
                                                     [--namespace-name]
                                                     [--resource-group]
                                                     [--subscription]

Examples

Regenerate the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --key PrimaryKey

Required Parameters

--key

Specifies Primary or Secondary key needs to be reset.

accepted values: PrimaryKey, SecondaryKey
--name -n

Name of Authorization Rule.

Optional Parameters

--ids

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.

--key-value

Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.

--namespace-name

Name of Namespace.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.