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

--keyvault-base-uri

Key vault base URI. For example, https://contoso.vault.azure.net.

--keyvault-secret-name

Key vault secret name where certificate is stored.

--name

Name of the custom certificate.

--resource-group -g

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

--signalr-name

Name of the SignalR.

Optional Parameters

--keyvault-secret-version

Key vault secret version where certificate is stored. If empty, will use latest version.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

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

Name of the custom certificate.

--resource-group -g

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

--signalr-name

Name of the SignalR.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

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

--resource-group -g

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

--signalr-name

Name of the SignalR.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

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

Name of the custom certificate.

--resource-group -g

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

--signalr-name

Name of the SignalR.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

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

Name of the custom certificate.

--resource-group -g

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

--signalr-name

Name of the SignalR.

Optional Parameters

--add

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>.

default value: []
--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

default value: False
--keyvault-base-uri

Key vault base URI. For example, https://contoso.vault.azure.net.

--keyvault-secret-name

Key vault secret name where certificate is stored.

--keyvault-secret-version

Key vault secret version where certificate is stored. If empty, will use latest version.

--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

default value: []
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

default value: []
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

Increase logging verbosity. Use --debug for full debug logs.