az network front-door probe
Note
This reference is part of the front-door extension for the Azure CLI (version 2.67.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.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Name of the health probe.
Path to probe.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Enabled status.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Default value: | Enabled |
Accepted values: | Disabled, Enabled |
Configures which HTTP method to use to probe the backends defined under backendPools.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Default value: | HEAD |
Accepted values: | GET, HEAD |
Protocol to use for sending probes.
Property | Value |
---|---|
Accepted values: | Http, Https |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Enabled status.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Accepted values: | Disabled, Enabled |
Interval in seconds between probes.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Path to probe.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Configures which HTTP method to use to probe the backends defined under backendPools.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Accepted values: | GET, HEAD |
Protocol to use for sending probes.
Property | Value |
---|---|
Parameter group: | Probe Setting Arguments |
Accepted values: | Http, Https |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |