az network front-door backend-pool backend
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 backend command. Learn more about extensions.
Manage backends of Front Door backend pools.
Commands
Name | Description | Type | Status |
---|---|---|---|
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 backend add
Add a backend to a Front Door backend pool.
az network front-door backend-pool backend add --address
--front-door-name
--pool-name
--resource-group
[--approval-message]
[--backend-host-header]
[--disabled {false, true}]
[--http-port]
[--https-port]
[--priority]
[--private-link-alias]
[--private-link-location]
[--private-link-resource-id]
[--weight]
Required Parameters
FQDN of the backend endpoint.
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>
.
Optional Parameters
A custom message to be included in the approval request to connect to the Private Link.
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.
The Alias of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.
The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated.
The Resource Id of the Private Link. Populating this optional field indicates that this backend is 'Private'.
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 backend list
List backends of a Front Door backend pool.
az network front-door backend-pool backend list --front-door-name
--pool-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 backend remove
Remove a backend from a Front Door backend pool.
az network front-door backend-pool backend remove --front-door-name
--index
--pool-name
--resource-group
Required Parameters
Name of the Front Door.
Index of the backend to remove (starting with 1).
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 backend update
Update a backend to a Front Door backend pool.
az network front-door backend-pool backend update --front-door-name
--index
--pool-name
--resource-group
[--address]
[--approval-message]
[--backend-host-header]
[--disabled {false, true}]
[--http-port]
[--https-port]
[--priority]
[--private-link-alias]
[--private-link-location]
[--private-link-resource-id]
[--weight]
Required Parameters
Name of the Front Door.
Index of the backend to remove (starting with 1).
Name of the backend pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
FQDN of the backend endpoint.
A custom message to be included in the approval request to connect to the Private Link.
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.
The Alias of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.
The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated.
The Resource Id of the Private Link. Populating this optional field indicates that this backend is 'Private'.
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.