az signalr cors
Manage CORS for Azure SignalR Service.
Commands
Name | Description | Type | Status |
---|---|---|---|
az signalr cors add |
Add allowed origins to a SignalR Service. |
Core | GA |
az signalr cors list |
List allowed origins of a SignalR Service. |
Core | GA |
az signalr cors remove |
Remove allowed origins from a SignalR Service. |
Core | GA |
az signalr cors update |
Update allowed origins to a SignalR Service. |
Core | GA |
az signalr cors add
Add allowed origins to a SignalR Service.
az signalr cors add --allowed-origins
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Add a list of allowed origins to a SignalR Service
az signalr cors add -n MySignalR -g MyResourceGroup --allowed-origins "http://example1.com" "https://example2.com"
Required Parameters
Space separated origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). To allow all, use "*".
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 signalr service.
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 signalr cors list
List allowed origins of a SignalR Service.
az signalr cors list --name
--resource-group
Required Parameters
Name of signalr service.
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 signalr cors remove
Remove allowed origins from a SignalR Service.
az signalr cors remove --allowed-origins
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Remove a list of allowed origins from a SignalR Service
az signalr cors remove -n MySignalR -g MyResourceGroup --allowed-origins "http://example1.com" "https://example2.com"
Required Parameters
Space separated origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). To allow all, use "*".
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 signalr service.
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 signalr cors update
Update allowed origins to a SignalR Service.
az signalr cors update --allowed-origins
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Update a list of allowed origins to a SignalR Service
az signalr cors update -n MySignalR -g MyResourceGroup --allowed-origins "http://example1.com" "https://example2.com"
Required Parameters
Space separated origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). To allow all, use "*".
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 signalr service.
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.
Azure CLI