az webapp remote-connection
Create a remote connection using a tcp tunnel to your web app.
Commands
az webapp remote-connection create |
Creates a remote connection using a tcp tunnel to your web app. |
az webapp remote-connection create
Creates a remote connection using a tcp tunnel to your web app.
az webapp remote-connection create --name
--resource-group
[--port]
[--slot]
Required Parameters
--name -n
Name of the webapp to connect to.
--resource-group -g
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
--port -p
Port for the remote connection. Default: Random available port.
--slot
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.
--query
JMESPath query string. See http://jmespath.org/ for more information and examples.
--verbose
Increase logging verbosity. Use --debug for full debug logs.