az functionapp hybrid-connection
Methods that list, add and remove hybrid-connections from functionapp.
Commands
az functionapp hybrid-connection add |
Add a hybrid-connection to a functionapp. |
az functionapp hybrid-connection list |
List the hybrid-connections on a functionapp. |
az functionapp hybrid-connection remove |
Remove a hybrid-connection from a functionapp. |
az functionapp hybrid-connection add
Add a hybrid-connection to a functionapp.
az functionapp hybrid-connection add --hybrid-connection
--name
--namespace
--resource-group
[--slot]
[--subscription]
Examples
add a hybrid-connection to a functionapp
az functionapp hybrid-connection add -g MyResourceGroup -n MyWebapp --namespace [HybridConnectionNamespace] --hybrid-connection [HybridConnectionName] -s [slot]
Required Parameters
Hybrid connection name.
Name of the function app.
Hybrid connection namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The name of the slot. Default to the productions slot if not specified.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az functionapp hybrid-connection list
List the hybrid-connections on a functionapp.
az functionapp hybrid-connection list --name
--resource-group
[--query-examples]
[--slot]
[--subscription]
Examples
list the hybrid-connections on a functionapp
az functionapp hybrid-connection list -g MyResourceGroup -n MyWebapp -s [slot]
Required Parameters
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
The name of the slot. Default to the productions slot if not specified.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az functionapp hybrid-connection remove
Remove a hybrid-connection from a functionapp.
az functionapp hybrid-connection remove --hybrid-connection
--name
--namespace
--resource-group
[--slot]
[--subscription]
Examples
remove a hybrid-connection from a functionapp
az functionapp hybrid-connection remove -g MyResourceGroup -n MyWebapp --namespace [HybridConnectionNamespace] --hybrid-connection [HybridConnectionName] -s [slot]
Required Parameters
Hybrid connection name.
Name of the function app.
Hybrid connection namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The name of the slot. Default to the productions slot if not specified.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.