az network front-door probe
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 probe command. Learn more about extensions.
Manage Front Door health probe settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network front-door probe create |
Create Front Door health probe settings. |
Extension | GA |
az network front-door probe delete |
Delete Front Door health probe settings. |
Extension | GA |
az network front-door probe list |
List Front Door health probe settings. |
Extension | GA |
az network front-door probe show |
Get the details of a Front Door health probe settings. |
Extension | GA |
az network front-door probe update |
Update Front Door health probe settings. |
Extension | GA |
az network front-door probe create
Create Front Door health probe settings.
az network front-door probe create --front-door-name
--interval
--name
--path
--resource-group
[--enabled {Disabled, Enabled}]
[--probeMethod {GET, HEAD}]
[--protocol {Http, Https}]
Required Parameters
Name of the Front Door.
Interval in seconds between probes.
Name of the health probe.
Path to probe.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Enabled status.
Configures which HTTP method to use to probe the backends defined under backendPools.
Protocol to use for sending probes.
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 probe delete
Delete Front Door health probe settings.
az network front-door probe delete --front-door-name
--name
--resource-group
Required Parameters
Name of the Front Door.
Name of the health probe.
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 probe list
List Front Door health probe settings.
az network front-door probe 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 probe show
Get the details of a Front Door health probe settings.
az network front-door probe show --front-door-name
--name
--resource-group
Required Parameters
Name of the Front Door.
Name of the health probe.
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 probe update
Update Front Door health probe settings.
az network front-door probe update --front-door-name
--name
--resource-group
[--enabled {Disabled, Enabled}]
[--interval]
[--path]
[--probeMethod {GET, HEAD}]
[--protocol {Http, Https}]
Required Parameters
Name of the Front Door.
Name of the health probe.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Enabled status.
Interval in seconds between probes.
Path to probe.
Configures which HTTP method to use to probe the backends defined under backendPools.
Protocol to use for sending probes.
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