az signalr replica
Manage replica settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az signalr replica create |
Create a replica of SignalR Service. |
Core | GA |
az signalr replica delete |
Delete a replica of SignalR Service. |
Core | GA |
az signalr replica list |
List replicas of SignalR Service. |
Core | GA |
az signalr replica restart |
Restart a replica of SignalR Service. |
Core | GA |
az signalr replica show |
Show the details of a replica. |
Core | GA |
az signalr replica start |
Start a replica of SignalR Service. |
Core | GA |
az signalr replica stop |
Stop a replica of SignalR Service. |
Core | GA |
az signalr replica update |
Update a replica of SignalR Service. |
Core | GA |
az signalr replica create
Create a replica of SignalR Service.
az signalr replica create --replica-name
--resource-group
--signalr-name
--sku
[--location]
[--tags]
[--unit-count]
Examples
Get the detail of a replica
az signalr replica create --sku Premium_P1 -l eastus --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Required Parameters
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
The sku name of the replica. Currently allowed values: Premium_P1.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The number of signalr service unit count.
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 replica delete
Delete a replica of SignalR Service.
az signalr replica delete [--ids]
[--replica-name]
[--resource-group]
[--signalr-name]
[--subscription]
Examples
Delete a replica
az signalr replica delete --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Optional Parameters
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.
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 replica list
List replicas of SignalR Service.
az signalr replica list --resource-group
--signalr-name
Examples
Get the detail of a replica
az signalr replica list --signalr-name MySignalR -g MyResourceGroup -o table
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 replica restart
Restart a replica of SignalR Service.
az signalr replica restart [--ids]
[--replica-name]
[--resource-group]
[--signalr-name]
[--subscription]
Examples
Restart a replica
az signalr replica restart --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Optional Parameters
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.
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 replica show
Show the details of a replica.
az signalr replica show [--ids]
[--replica-name]
[--resource-group]
[--signalr-name]
[--subscription]
Examples
Get the detail of a replica
az signalr replica show --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Optional Parameters
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.
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 replica start
Start a replica of SignalR Service.
az signalr replica start [--ids]
[--replica-name]
[--resource-group]
[--signalr-name]
[--subscription]
Examples
Start a replica
az signalr replica start --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Optional Parameters
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.
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 replica stop
Stop a replica of SignalR Service.
az signalr replica stop [--ids]
[--replica-name]
[--resource-group]
[--signalr-name]
[--subscription]
Examples
Stop a replica
az signalr replica stop --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup
Optional Parameters
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.
Name of the replica.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 replica update
Update a replica of SignalR Service.
az signalr replica update --replica-name
--resource-group
--signalr-name
[--add]
[--force-string]
[--region-endpoint-enabled {false, true}]
[--remove]
[--set]
[--unit-count]
Examples
Enable or disable region endpoint for the replica of SignalR Service
az signalr replica update --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup --region-endpoint-enabled true
Update the unit count of the replica of SignalR Service
az signalr replica update --replica-name MyReplica --signalr-name MySignalR -g MyResourceGroup --unit-count 2
Required Parameters
Name of the replica.
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.
Enable or disable region endpoint for a SignalR Service.
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>
.
The number of signalr service unit count.
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.