az eventgrid domain key
Manage shared access keys of a domain.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid domain key list |
List shared access keys of a domain. |
Core | GA |
az eventgrid domain key regenerate |
Regenerate a shared access key of a domain. |
Core | GA |
az eventgrid domain key list
List shared access keys of a domain.
az eventgrid domain key list --name
--resource-group
Examples
List shared access keys of a domain. (autogenerated)
az eventgrid domain key list --name MyDomain --resource-group MyResourceGroup
Required Parameters
Name of the domain.
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 eventgrid domain key regenerate
Regenerate a shared access key of a domain.
az eventgrid domain key regenerate --key-name
--name
--resource-group
Required Parameters
Key name to regenerate key1 or key2.
Name of the domain.
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.