az network front-door backend-pool
Note
This reference is part of the front-door extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az network front-door backend-pool command. Learn more about extensions.
Manage Front Door backend pools.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network front-door backend-pool backend |
Manage backends of Front Door backend pools. |
Extension | GA |
az network front-door backend-pool backend add |
Add a backend to a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool backend list |
List backends of a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool backend remove |
Remove a backend from a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool backend update |
Update a backend to a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool create |
Create a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool delete |
Delete a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool list |
List Front Door backend pools. |
Extension | GA |
az network front-door backend-pool show |
Get the details of a Front Door backend pool. |
Extension | GA |
az network front-door backend-pool create
Create a Front Door backend pool.
Since a backend pool must contain a backend, this command also creates the first backend. To add additional backends, use the az network front-door backend-pool backend add
command.
az network front-door backend-pool create --address
--front-door-name
--load-balancing
--name
--probe
--resource-group
[--backend-host-header]
[--disabled {false, true}]
[--http-port]
[--https-port]
[--priority]
[--weight]
Required Parameters
FQDN of the backend endpoint.
Name of the Front Door.
Name or ID of the load balancing settings.
Name of the backend pool.
Name or ID of the probe settings.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Host header sent to the backend.
Create in a disabled state.
HTTP TCP port number.
HTTPS TCP port number.
Priority to use for load balancing. Higher priorities will not be used for load balancing if any lower priority backend is healthy.
Weight of this endpoint for load balancing purposes.
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 network front-door backend-pool delete
Delete a Front Door backend pool.
az network front-door backend-pool delete --front-door-name
--name
--resource-group
Required Parameters
Name of the Front Door.
Name of the backend pool.
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 network front-door backend-pool list
List Front Door backend pools.
az network front-door backend-pool list --front-door-name
--resource-group
Required Parameters
Name of the Front Door.
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 network front-door backend-pool show
Get the details of a Front Door backend pool.
az network front-door backend-pool show --front-door-name
--name
--resource-group
Required Parameters
Name of the Front Door.
Name of the backend pool.
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.