az webpubsub
Note
This reference is part of the webpubsub extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az webpubsub command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage Webpubsub.
Commands
Name | Description | Type | Status |
---|---|---|---|
az webpubsub create |
Create a Webpubsub. |
Extension | Preview |
az webpubsub delete |
Delete a Webpubsub. |
Extension | Preview |
az webpubsub event-handler |
Commands to manage Webpubsub event handler settings. |
Extension | Preview |
az webpubsub event-handler clear |
Clear event handler settings for WebPubSub Service. |
Extension | Preview |
az webpubsub event-handler hub |
Commands to manage Webpubsub hub settings. |
Extension | Preview |
az webpubsub event-handler hub remove |
Remove a hub's event handler settings. |
Extension | Preview |
az webpubsub event-handler hub update |
Update a hub's event handler settings. |
Extension | Preview |
az webpubsub event-handler show |
Show event handler settings for WebPubSub Service. |
Extension | Preview |
az webpubsub event-handler update |
Update event handler settings for WebPubSub Service. |
Extension | Preview |
az webpubsub key |
Commands to manage Webpubsub keys. |
Extension | Preview |
az webpubsub key regenerate |
Regenerate keys for a WebPubSub Service. |
Extension | Preview |
az webpubsub key show |
Show connetion strings and keys for a WebPubSub Service. |
Extension | Preview |
az webpubsub list |
List Webpubsub. |
Extension | Preview |
az webpubsub network-rule |
Commands to manage Webpubsub network rules. |
Extension | Preview |
az webpubsub network-rule show |
Get the Network access control of WebPubSub Service. |
Extension | Preview |
az webpubsub network-rule update |
Update the Network access control of WebPubSub Service. |
Extension | Preview |
az webpubsub restart |
Restart a Webpubsub. |
Extension | Preview |
az webpubsub show |
Show details of a Webpubsub. |
Extension | Preview |
az webpubsub update |
Update a Webpubsub. |
Extension | Preview |
az webpubsub create
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a Webpubsub.
az webpubsub create --name
--resource-group
--sku {Free_F1, Standard_S1}
[--location]
[--tags]
[--unit-count]
Examples
Create a WebPubSub Service with Standard SKU and unit 2.
az webpubsub create -n MyWebPubSub -g MyResourceGroup --sku Standard_S1 --unit-count 2
Required Parameters
Name of the Webpubsub.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The sku name of the signalr service.
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 webpubsub delete
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a Webpubsub.
az webpubsub delete [--ids]
[--name]
[--resource-group]
[--subscription]
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 Webpubsub.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 webpubsub list
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List Webpubsub.
az webpubsub list [--resource-group]
Optional Parameters
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 webpubsub restart
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Restart a Webpubsub.
az webpubsub restart [--ids]
[--name]
[--resource-group]
[--subscription]
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 Webpubsub.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 webpubsub show
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show details of a Webpubsub.
az webpubsub show [--ids]
[--name]
[--resource-group]
[--subscription]
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 Webpubsub.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 webpubsub update
Command group 'webpubsub' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update a Webpubsub.
az webpubsub update [--add]
[--force-string]
[--ids]
[--name]
[--remove]
[--resource-group]
[--set]
[--sku {Free_F1, Standard_S1}]
[--subscription]
[--tags]
[--unit-count]
Examples
Update a WebPubSub Service to unit 10.
az webpubsub update -n MyWebPubSub -g MyResourceGroup --sku Standard_S1 --unit-count 10
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.
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 Webpubsub.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
The sku name of the signalr service.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.