az signalr custom-certificate
Manage custom certificate settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az signalr custom-certificate create |
Create a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate delete |
Delete a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate list |
List custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate show |
Show the detail of a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate update |
Update a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate create
Create a custom certificate of SignalR Service.
az signalr custom-certificate create --keyvault-base-uri
--keyvault-secret-name
--name
--resource-group
--signalr-name
[--keyvault-secret-version]
Required Parameters
Key vault base URI. For example, https://contoso.vault.azure.net
.
Key vault secret name where certificate is stored.
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Optional Parameters
Key vault secret version where certificate is stored. If empty, will use latest version.
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 signalr custom-certificate delete
Delete a custom certificate of SignalR Service.
az signalr custom-certificate delete --name
--resource-group
--signalr-name
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
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 signalr custom-certificate list
List custom certificate of SignalR Service.
az signalr custom-certificate list --resource-group
--signalr-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
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 signalr custom-certificate show
Show the detail of a custom certificate of SignalR Service.
az signalr custom-certificate show --name
--resource-group
--signalr-name
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
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 signalr custom-certificate update
Update a custom certificate of SignalR Service.
az signalr custom-certificate update --name
--resource-group
--signalr-name
[--add]
[--force-string]
[--keyvault-base-uri]
[--keyvault-secret-name]
[--keyvault-secret-version]
[--remove]
[--set]
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Key vault base URI. For example, https://contoso.vault.azure.net
.
Key vault secret name where certificate is stored.
Key vault secret version where certificate is stored. If empty, will use latest version.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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.